Shades of Turquoise #35ECD0
Tints of Turquoise #35ECD0
RGB
CMYK
RGB Variations
Color information
#35ECD0 (or 0x35ECD0) is known color: Turquoise. HEX triplet: 35, EC and D0. RGB value is (53,236,208). Sum of RGB (Red+Green+Blue) = 53+236+208=497 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.66% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECD0 is #CA132F. Grayscale: #B2B2B2. Windows color (decimal): -13243184 or 13691957. OLE color: 13691957.
HSL color Cylindrical-coordinate representation of color #35ECD0: hue angle of 170.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECD0 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 236 | 208 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.07 |
| HSL | 170.82º | 0.83% | 0.57% | - |
| HSV(B) | 170.82º | 0.78% | 0.93% | - |
| XYZ | 42.85 | 65.3 | 70.02 | - |
| YUV | 178.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 208 | 0.78 | 0 | 0.12 | 0.07 | 170.82 | 0.83 | 0.57 |
| Hex | 35 | EC | D0 | 4E | 0 | C | 7 | AB | 53 | 39 |
| Octal | 65 | 354 | 320 | 116 | 0 | 14 | 7 | 253 | 123 | 71 |
| Binary | 110101 | 11101100 | 11010000 | 1001110 | 0 | 1100 | 111 | 10101011 | 1010011 | 111001 |
Color Harmonies of #35ECD0
Complementary color
Monochromatic Colors of #35ECD0
Black with #35ECD0
Text Example
Text Example
White with #35ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ECD0; }
p { color: rgb(53,236,208); }
H1.HeaderClassName
{
color: #35ECD0;
}
.AnyTagClassName
{
color: #35ECD0;
}
</style>
background-color css
<style>
a { background-color: #35ECD0; }
a { background-color: rgb(53,236,208); }
div.DivClassName
{
background-color: #35ECD0;
}
.BgClassName
{
background-color: #35ECD0;
}
</style>
border-color css
<style>
span { border-color: #35ECD0; }
span { border-color: rgb(53,236,208); }
td.TdClassName
{
border-color: #35ECD0;
}
.TagClassName
{
border-color: #35ECD0;
}
</style>