Shades of Turquoise #35ECF0
Tints of Turquoise #35ECF0
RGB
CMYK
RGB Variations
Color information
#35ECF0 (or 0x35ECF0) is known color: Turquoise. HEX triplet: 35, EC and F0. RGB value is (53,236,240). Sum of RGB (Red+Green+Blue) = 53+236+240=529 (70% of max value = 765). Red value is 53 (21.09% from 255 or 10.02% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #35ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35ECF0 is #CA130F. Grayscale: #B5B5B5. Windows color (decimal): -13243152 or 15789109. OLE color: 15789109.
HSL color Cylindrical-coordinate representation of color #35ECF0: hue angle of 181.28º 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 #35ECF0 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 236 | 240 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.06 |
| HSL | 181.28º | 0.86% | 0.57% | - |
| HSV(B) | 181.28º | 0.78% | 0.94% | - |
| XYZ | 47.19 | 67.04 | 92.89 | - |
| YUV | 181.74 | 160.87 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 240 | 0.78 | 0.02 | 0 | 0.06 | 181.28 | 0.86 | 0.57 |
| Hex | 35 | EC | F0 | 4E | 2 | 0 | 6 | B5 | 56 | 39 |
| Octal | 65 | 354 | 360 | 116 | 2 | 0 | 6 | 265 | 126 | 71 |
| Binary | 110101 | 11101100 | 11110000 | 1001110 | 10 | 0 | 110 | 10110101 | 1010110 | 111001 |
Color Harmonies of #35ECF0
Complementary color
Monochromatic Colors of #35ECF0
Black with #35ECF0
Text Example
Text Example
White with #35ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ECF0; }
p { color: rgb(53,236,240); }
H1.HeaderClassName
{
color: #35ECF0;
}
.AnyTagClassName
{
color: #35ECF0;
}
</style>
background-color css
<style>
a { background-color: #35ECF0; }
a { background-color: rgb(53,236,240); }
div.DivClassName
{
background-color: #35ECF0;
}
.BgClassName
{
background-color: #35ECF0;
}
</style>
border-color css
<style>
span { border-color: #35ECF0; }
span { border-color: rgb(53,236,240); }
td.TdClassName
{
border-color: #35ECF0;
}
.TagClassName
{
border-color: #35ECF0;
}
</style>