Shades of Turquoise #35E6CE
Tints of Turquoise #35E6CE
RGB
CMYK
RGB Variations
Color information
#35E6CE (or 0x35E6CE) is known color: Turquoise. HEX triplet: 35, E6 and CE. RGB value is (53,230,206). Sum of RGB (Red+Green+Blue) = 53+230+206=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6CE is #CA1931. Grayscale: #AEAEAE. Windows color (decimal): -13244722 or 13559349. OLE color: 13559349.
HSL color Cylindrical-coordinate representation of color #35E6CE: hue angle of 171.86º degrees, saturation: 0.78, 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 #35E6CE is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 206 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.10 |
| HSL | 171.86º | 0.78% | 0.55% | - |
| HSV(B) | 171.86º | 0.77% | 0.9% | - |
| XYZ | 40.91 | 61.81 | 68.17 | - |
| YUV | 174.34 | 145.86 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 206 | 0.77 | 0 | 0.10 | 0.10 | 171.86 | 0.78 | 0.55 |
| Hex | 35 | E6 | CE | 4D | 0 | A | A | AC | 4E | 37 |
| Octal | 65 | 346 | 316 | 115 | 0 | 12 | 12 | 254 | 116 | 67 |
| Binary | 110101 | 11100110 | 11001110 | 1001101 | 0 | 1010 | 1010 | 10101100 | 1001110 | 110111 |
Color Harmonies of #35E6CE
Complementary color
Monochromatic Colors of #35E6CE
Black with #35E6CE
Text Example
Text Example
White with #35E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E6CE; }
p { color: rgb(53,230,206); }
H1.HeaderClassName
{
color: #35E6CE;
}
.AnyTagClassName
{
color: #35E6CE;
}
</style>
background-color css
<style>
a { background-color: #35E6CE; }
a { background-color: rgb(53,230,206); }
div.DivClassName
{
background-color: #35E6CE;
}
.BgClassName
{
background-color: #35E6CE;
}
</style>
border-color css
<style>
span { border-color: #35E6CE; }
span { border-color: rgb(53,230,206); }
td.TdClassName
{
border-color: #35E6CE;
}
.TagClassName
{
border-color: #35E6CE;
}
</style>