Shades of Turquoise #35E8D0
Tints of Turquoise #35E8D0
RGB
CMYK
RGB Variations
Color information
#35E8D0 (or 0x35E8D0) is known color: Turquoise. HEX triplet: 35, E8 and D0. RGB value is (53,232,208). Sum of RGB (Red+Green+Blue) = 53+232+208=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8D0 is #CA172F. Grayscale: #AFAFAF. Windows color (decimal): -13244208 or 13690933. OLE color: 13690933.
HSL color Cylindrical-coordinate representation of color #35E8D0: hue angle of 171.96º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E8D0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 208 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.09 |
| HSL | 171.96º | 0.8% | 0.56% | - |
| HSV(B) | 171.96º | 0.77% | 0.91% | - |
| XYZ | 41.71 | 63.02 | 69.64 | - |
| YUV | 175.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 208 | 0.77 | 0 | 0.10 | 0.09 | 171.96 | 0.8 | 0.56 |
| Hex | 35 | E8 | D0 | 4D | 0 | A | 9 | AC | 50 | 38 |
| Octal | 65 | 350 | 320 | 115 | 0 | 12 | 11 | 254 | 120 | 70 |
| Binary | 110101 | 11101000 | 11010000 | 1001101 | 0 | 1010 | 1001 | 10101100 | 1010000 | 111000 |
Color Harmonies of #35E8D0
Complementary color
Monochromatic Colors of #35E8D0
Black with #35E8D0
Text Example
Text Example
White with #35E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E8D0; }
p { color: rgb(53,232,208); }
H1.HeaderClassName
{
color: #35E8D0;
}
.AnyTagClassName
{
color: #35E8D0;
}
</style>
background-color css
<style>
a { background-color: #35E8D0; }
a { background-color: rgb(53,232,208); }
div.DivClassName
{
background-color: #35E8D0;
}
.BgClassName
{
background-color: #35E8D0;
}
</style>
border-color css
<style>
span { border-color: #35E8D0; }
span { border-color: rgb(53,232,208); }
td.TdClassName
{
border-color: #35E8D0;
}
.TagClassName
{
border-color: #35E8D0;
}
</style>