Shades of Turquoise #35E9F0
Tints of Turquoise #35E9F0
RGB
CMYK
RGB Variations
Color information
#35E9F0 (or 0x35E9F0) is known color: Turquoise. HEX triplet: 35, E9 and F0. RGB value is (53,233,240). Sum of RGB (Red+Green+Blue) = 53+233+240=526 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.08% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #35E9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E9F0 is #CA160F. Grayscale: #B3B3B3. Windows color (decimal): -13243920 or 15788341. OLE color: 15788341.
HSL color Cylindrical-coordinate representation of color #35E9F0: hue angle of 182.25º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E9F0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 233 | 240 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.06 |
| HSL | 182.25º | 0.86% | 0.57% | - |
| HSV(B) | 182.25º | 0.78% | 0.94% | - |
| XYZ | 46.34 | 65.33 | 92.61 | - |
| YUV | 179.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 233 | 240 | 0.78 | 0.03 | 0 | 0.06 | 182.25 | 0.86 | 0.57 |
| Hex | 35 | E9 | F0 | 4E | 3 | 0 | 6 | B6 | 56 | 39 |
| Octal | 65 | 351 | 360 | 116 | 3 | 0 | 6 | 266 | 126 | 71 |
| Binary | 110101 | 11101001 | 11110000 | 1001110 | 11 | 0 | 110 | 10110110 | 1010110 | 111001 |
Color Harmonies of #35E9F0
Complementary color
Monochromatic Colors of #35E9F0
Black with #35E9F0
Text Example
Text Example
White with #35E9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E9F0; }
p { color: rgb(53,233,240); }
H1.HeaderClassName
{
color: #35E9F0;
}
.AnyTagClassName
{
color: #35E9F0;
}
</style>
background-color css
<style>
a { background-color: #35E9F0; }
a { background-color: rgb(53,233,240); }
div.DivClassName
{
background-color: #35E9F0;
}
.BgClassName
{
background-color: #35E9F0;
}
</style>
border-color css
<style>
span { border-color: #35E9F0; }
span { border-color: rgb(53,233,240); }
td.TdClassName
{
border-color: #35E9F0;
}
.TagClassName
{
border-color: #35E9F0;
}
</style>