:
logo qtransform

  to  




#35FCCF color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #35FCCF
#35FCCF

   In a RGB color space, hex #35FCCF is composed of 21% red, 99% green and 81% blue.
RGB color code is composed of a hexadecimal 35 red (53/255), a FC green (252/255) and a CF blue component (207/255). The decimal RGB color code is rgb(53,252,207)
In CMYK color space, it is composed of 79% cyan, 0% magenta, 18% yellow and 1% black.
It has a hue angle of 166.43o degrees, a saturation of 97% and a lightness of 60%.
Closest websafe color is: #33ffcc rgb (51, 255, 204).
twitter  facebook  whatsapp


Color conversion




#35FCCF
rgb(53,252,207)
=21%
from 255
99%
from 255
81%
from 255
=79
from 100
0
from 100
18
from 100
1
from 100
R: 53
red
G: 252
green
B: 207
blue
C: 79
cyan
M: 0
magenta
Y: 18
yellow
K: 1
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #35FCCF has RGB values of R:53, G:252, B:207 and CMYK values of C:79, M:0, Y:18, K:1. Its decimal value is 3538127.Binary code is 1101011111110011001111
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex color35FCCF #35FCCF
RGB decimal53, 252, 207 rgb(53, 252, 207)
RGB %21, 99, 81 rgb(21%, 99%, 81%)
RGB Adobe148, 252, 208
CMYK %79, 0, 18, 1 79%, 0%, 18%, 1%
HSL166.43o, 97, 60 hsl(166.43o, 97%, 60%)
HSV (HSB)166o, 79%, 99% hsv(166o, 79%, 99%)
Web Safe color#33ffcc rgb (51, 255, 204)
XYZ47.541, 74.883 70.98
xyY0.25, 0.39, 74.88
Hunter-Lab86.53, -49.52, 7.51
CMY79%, 1%, 19%
Lab89.09, -56.81, 7.49
Binary color
35 FC CF
110101 11111100 11001111

Shades and tints of #35FCCF


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #0A3229 is the darkest color, and: #D7FCF6 is the lightest one.

Tint color variation #35FCCF


Shade color variation


Tones of #35FCCF
A tone is produced by adding gray to any pure hue. In this case, #3DF0C7 is the less saturated color, and #66AC9C is the most saturated one.


Alternatives to #35FCCF


Below, you can see some colors close to #35FCCF. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.






Quick use #35FCCF


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#35FCCF;">Text here</font>

<div style="background-color:#35FCCF;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#35FCCF;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#35FCCF;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #35FCCF
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #35FCCF;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #35FCCF;



Box border html code Text shadow with RGB values for color #35FCCF
box border html code for color #35FCCF

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #35FCCF;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(53, 252, 207, 1.4);



Pre-formatted code 35FCCF code for script / programming
HTML, CSS: = #35FCCF; rgb(53, 252, 207)
Java: = new Color(53, 252, 207)
.NET: = Color.FromArgb (53, 252, 207);
Xojo: = rgb (53, 252, 207, 0);
openGL: = glColor3f (0.21f, 0.99f, 0.81f);
Swift: = UIColor(red:0.21, green:0.99, blue:0.81, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.21 green:0.99 blue:0.81 alpha:1.00000];


Color schemes with #35FCCF


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 79% has a #35FCCF saturation. Adding 79% + 10% = 89% saturation for our new color #18D6AA. Decreasing 79% - 10% = 69% saturation for other monochromatic color #4FFFD6.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #35FCCF has a 166o angle. Adding 166o + 180o = 346oo for our new complementary color #FC3564.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #35FCCF has a 166o angle. Adding 166o + 180o+30o = 16o for our first complementary color #FC6A35. Decreasing 166o + 180o-30o = 316o for the second complementary color #FC35C7.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.