Shades of Turquoise #35E0D2
Tints of Turquoise #35E0D2
RGB
CMYK
RGB Variations
Color information
#35E0D2 (or 0x35E0D2) is known color: Turquoise. HEX triplet: 35, E0 and D2. RGB value is (53,224,210). Sum of RGB (Red+Green+Blue) = 53+224+210=487 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.88% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E0D2 is #CA1F2D. Grayscale: #ABABAB. Windows color (decimal): -13246254 or 13819957. OLE color: 13819957.
HSL color Cylindrical-coordinate representation of color #35E0D2: hue angle of 175.09º 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 #35E0D2 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 210 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.12 |
| HSL | 175.09º | 0.73% | 0.54% | - |
| HSV(B) | 175.09º | 0.76% | 0.88% | - |
| XYZ | 39.76 | 58.72 | 70.21 | - |
| YUV | 171.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 210 | 0.76 | 0 | 0.06 | 0.12 | 175.09 | 0.73 | 0.54 |
| Hex | 35 | E0 | D2 | 4C | 0 | 6 | C | AF | 49 | 36 |
| Octal | 65 | 340 | 322 | 114 | 0 | 6 | 14 | 257 | 111 | 66 |
| Binary | 110101 | 11100000 | 11010010 | 1001100 | 0 | 110 | 1100 | 10101111 | 1001001 | 110110 |
Color Harmonies of #35E0D2
Complementary color
Monochromatic Colors of #35E0D2
Black with #35E0D2
Text Example
Text Example
White with #35E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E0D2; }
p { color: rgb(53,224,210); }
H1.HeaderClassName
{
color: #35E0D2;
}
.AnyTagClassName
{
color: #35E0D2;
}
</style>
background-color css
<style>
a { background-color: #35E0D2; }
a { background-color: rgb(53,224,210); }
div.DivClassName
{
background-color: #35E0D2;
}
.BgClassName
{
background-color: #35E0D2;
}
</style>
border-color css
<style>
span { border-color: #35E0D2; }
span { border-color: rgb(53,224,210); }
td.TdClassName
{
border-color: #35E0D2;
}
.TagClassName
{
border-color: #35E0D2;
}
</style>