Shades of Turquoise #35E5CE
Tints of Turquoise #35E5CE
RGB
CMYK
RGB Variations
Color information
#35E5CE (or 0x35E5CE) is known color: Turquoise. HEX triplet: 35, E5 and CE. RGB value is (53,229,206). Sum of RGB (Red+Green+Blue) = 53+229+206=488 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.86% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E5CE is #CA1A31. Grayscale: #ADADAD. Windows color (decimal): -13244978 or 13559093. OLE color: 13559093.
HSL color Cylindrical-coordinate representation of color #35E5CE: hue angle of 172.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E5CE is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 206 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.10 |
| HSL | 172.16º | 0.77% | 0.55% | - |
| HSV(B) | 172.16º | 0.77% | 0.9% | - |
| XYZ | 40.63 | 61.25 | 68.07 | - |
| YUV | 173.75 | 146.19 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 206 | 0.77 | 0 | 0.10 | 0.10 | 172.16 | 0.77 | 0.55 |
| Hex | 35 | E5 | CE | 4D | 0 | A | A | AC | 4D | 37 |
| Octal | 65 | 345 | 316 | 115 | 0 | 12 | 12 | 254 | 115 | 67 |
| Binary | 110101 | 11100101 | 11001110 | 1001101 | 0 | 1010 | 1010 | 10101100 | 1001101 | 110111 |
Color Harmonies of #35E5CE
Complementary color
Monochromatic Colors of #35E5CE
Black with #35E5CE
Text Example
Text Example
White with #35E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5CE; }
p { color: rgb(53,229,206); }
H1.HeaderClassName
{
color: #35E5CE;
}
.AnyTagClassName
{
color: #35E5CE;
}
</style>
background-color css
<style>
a { background-color: #35E5CE; }
a { background-color: rgb(53,229,206); }
div.DivClassName
{
background-color: #35E5CE;
}
.BgClassName
{
background-color: #35E5CE;
}
</style>
border-color css
<style>
span { border-color: #35E5CE; }
span { border-color: rgb(53,229,206); }
td.TdClassName
{
border-color: #35E5CE;
}
.TagClassName
{
border-color: #35E5CE;
}
</style>