Shades of Turquoise #35E0CA
Tints of Turquoise #35E0CA
RGB
CMYK
RGB Variations
Color information
#35E0CA (or 0x35E0CA) is known color: Turquoise. HEX triplet: 35, E0 and CA. RGB value is (53,224,202). Sum of RGB (Red+Green+Blue) = 53+224+202=479 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.06% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E0CA is #CA1F35. Grayscale: #AAAAAA. Windows color (decimal): -13246262 or 13295669. OLE color: 13295669.
HSL color Cylindrical-coordinate representation of color #35E0CA: hue angle of 172.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E0CA is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 202 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.12 |
| HSL | 172.28º | 0.73% | 0.54% | - |
| HSV(B) | 172.28º | 0.76% | 0.88% | - |
| XYZ | 38.78 | 58.33 | 65.09 | - |
| YUV | 170.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 202 | 0.76 | 0 | 0.10 | 0.12 | 172.28 | 0.73 | 0.54 |
| Hex | 35 | E0 | CA | 4C | 0 | A | C | AC | 49 | 36 |
| Octal | 65 | 340 | 312 | 114 | 0 | 12 | 14 | 254 | 111 | 66 |
| Binary | 110101 | 11100000 | 11001010 | 1001100 | 0 | 1010 | 1100 | 10101100 | 1001001 | 110110 |
Color Harmonies of #35E0CA
Complementary color
Monochromatic Colors of #35E0CA
Black with #35E0CA
Text Example
Text Example
White with #35E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E0CA; }
p { color: rgb(53,224,202); }
H1.HeaderClassName
{
color: #35E0CA;
}
.AnyTagClassName
{
color: #35E0CA;
}
</style>
background-color css
<style>
a { background-color: #35E0CA; }
a { background-color: rgb(53,224,202); }
div.DivClassName
{
background-color: #35E0CA;
}
.BgClassName
{
background-color: #35E0CA;
}
</style>
border-color css
<style>
span { border-color: #35E0CA; }
span { border-color: rgb(53,224,202); }
td.TdClassName
{
border-color: #35E0CA;
}
.TagClassName
{
border-color: #35E0CA;
}
</style>