Shades of Turquoise #35EDC0
Tints of Turquoise #35EDC0
RGB
CMYK
RGB Variations
Color information
#35EDC0 (or 0x35EDC0) is known color: Turquoise. HEX triplet: 35, ED and C0. RGB value is (53,237,192). Sum of RGB (Red+Green+Blue) = 53+237+192=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EDC0 is #CA123F. Grayscale: #B0B0B0. Windows color (decimal): -13242944 or 12643637. OLE color: 12643637.
HSL color Cylindrical-coordinate representation of color #35EDC0: hue angle of 165.33º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDC0 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 192 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.07 |
| HSL | 165.33º | 0.84% | 0.57% | - |
| HSV(B) | 165.33º | 0.78% | 0.93% | - |
| XYZ | 41.27 | 65.13 | 60.27 | - |
| YUV | 176.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 192 | 0.78 | 0 | 0.19 | 0.07 | 165.33 | 0.84 | 0.57 |
| Hex | 35 | ED | C0 | 4E | 0 | 13 | 7 | A5 | 54 | 39 |
| Octal | 65 | 355 | 300 | 116 | 0 | 23 | 7 | 245 | 124 | 71 |
| Binary | 110101 | 11101101 | 11000000 | 1001110 | 0 | 10011 | 111 | 10100101 | 1010100 | 111001 |
Color Harmonies of #35EDC0
Complementary color
Monochromatic Colors of #35EDC0
Black with #35EDC0
Text Example
Text Example
White with #35EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EDC0; }
p { color: rgb(53,237,192); }
H1.HeaderClassName
{
color: #35EDC0;
}
.AnyTagClassName
{
color: #35EDC0;
}
</style>
background-color css
<style>
a { background-color: #35EDC0; }
a { background-color: rgb(53,237,192); }
div.DivClassName
{
background-color: #35EDC0;
}
.BgClassName
{
background-color: #35EDC0;
}
</style>
border-color css
<style>
span { border-color: #35EDC0; }
span { border-color: rgb(53,237,192); }
td.TdClassName
{
border-color: #35EDC0;
}
.TagClassName
{
border-color: #35EDC0;
}
</style>