Shades of Turquoise #35E5CF
Tints of Turquoise #35E5CF
RGB
CMYK
RGB Variations
Color information
#35E5CF (or 0x35E5CF) is known color: Turquoise. HEX triplet: 35, E5 and CF. RGB value is (53,229,207). Sum of RGB (Red+Green+Blue) = 53+229+207=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E5CF is #CA1A30. Grayscale: #ADADAD. Windows color (decimal): -13244977 or 13624629. OLE color: 13624629.
HSL color Cylindrical-coordinate representation of color #35E5CF: hue angle of 172.5º 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 #35E5CF is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 207 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.10 |
| HSL | 172.5º | 0.77% | 0.55% | - |
| HSV(B) | 172.5º | 0.77% | 0.9% | - |
| XYZ | 40.75 | 61.3 | 68.72 | - |
| YUV | 173.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 207 | 0.77 | 0 | 0.10 | 0.10 | 172.5 | 0.77 | 0.55 |
| Hex | 35 | E5 | CF | 4D | 0 | A | A | AC | 4D | 37 |
| Octal | 65 | 345 | 317 | 115 | 0 | 12 | 12 | 254 | 115 | 67 |
| Binary | 110101 | 11100101 | 11001111 | 1001101 | 0 | 1010 | 1010 | 10101100 | 1001101 | 110111 |
Color Harmonies of #35E5CF
Complementary color
Monochromatic Colors of #35E5CF
Black with #35E5CF
Text Example
Text Example
White with #35E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5CF; }
p { color: rgb(53,229,207); }
H1.HeaderClassName
{
color: #35E5CF;
}
.AnyTagClassName
{
color: #35E5CF;
}
</style>
background-color css
<style>
a { background-color: #35E5CF; }
a { background-color: rgb(53,229,207); }
div.DivClassName
{
background-color: #35E5CF;
}
.BgClassName
{
background-color: #35E5CF;
}
</style>
border-color css
<style>
span { border-color: #35E5CF; }
span { border-color: rgb(53,229,207); }
td.TdClassName
{
border-color: #35E5CF;
}
.TagClassName
{
border-color: #35E5CF;
}
</style>