Shades of Turquoise #36DBD2
Tints of Turquoise #36DBD2
RGB
CMYK
RGB Variations
Color information
#36DBD2 (or 0x36DBD2) is known color: Turquoise. HEX triplet: 36, DB and D2. RGB value is (54,219,210). Sum of RGB (Red+Green+Blue) = 54+219+210=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBD2 is #C9242D. Grayscale: #A8A8A8. Windows color (decimal): -13181998 or 13818678. OLE color: 13818678.
HSL color Cylindrical-coordinate representation of color #36DBD2: hue angle of 176.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DBD2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 210 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.14 |
| HSL | 176.73º | 0.7% | 0.54% | - |
| HSV(B) | 176.73º | 0.75% | 0.86% | - |
| XYZ | 38.49 | 56.1 | 69.77 | - |
| YUV | 168.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 210 | 0.75 | 0 | 0.04 | 0.14 | 176.73 | 0.7 | 0.54 |
| Hex | 36 | DB | D2 | 4B | 0 | 4 | E | B1 | 46 | 36 |
| Octal | 66 | 333 | 322 | 113 | 0 | 4 | 16 | 261 | 106 | 66 |
| Binary | 110110 | 11011011 | 11010010 | 1001011 | 0 | 100 | 1110 | 10110001 | 1000110 | 110110 |
Color Harmonies of #36DBD2
Complementary color
Monochromatic Colors of #36DBD2
Black with #36DBD2
Text Example
Text Example
White with #36DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBD2; }
p { color: rgb(54,219,210); }
H1.HeaderClassName
{
color: #36DBD2;
}
.AnyTagClassName
{
color: #36DBD2;
}
</style>
background-color css
<style>
a { background-color: #36DBD2; }
a { background-color: rgb(54,219,210); }
div.DivClassName
{
background-color: #36DBD2;
}
.BgClassName
{
background-color: #36DBD2;
}
</style>
border-color css
<style>
span { border-color: #36DBD2; }
span { border-color: rgb(54,219,210); }
td.TdClassName
{
border-color: #36DBD2;
}
.TagClassName
{
border-color: #36DBD2;
}
</style>