Shades of Turquoise #36D9DB
Tints of Turquoise #36D9DB
RGB
CMYK
RGB Variations
Color information
#36D9DB (or 0x36D9DB) is known color: Turquoise. HEX triplet: 36, D9 and DB. RGB value is (54,217,219). Sum of RGB (Red+Green+Blue) = 54+217+219=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9DB is #C92624. Grayscale: #A8A8A8. Windows color (decimal): -13182501 or 14407990. OLE color: 14407990.
HSL color Cylindrical-coordinate representation of color #36D9DB: hue angle of 180.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 #36D9DB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 217 | 219 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.14 |
| HSL | 180.73º | 0.7% | 0.54% | - |
| HSV(B) | 180.73º | 0.75% | 0.86% | - |
| XYZ | 39.12 | 55.52 | 75.67 | - |
| YUV | 168.49 | 156.5 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 219 | 0.75 | 0.01 | 0 | 0.14 | 180.73 | 0.7 | 0.54 |
| Hex | 36 | D9 | DB | 4B | 1 | 0 | E | B5 | 46 | 36 |
| Octal | 66 | 331 | 333 | 113 | 1 | 0 | 16 | 265 | 106 | 66 |
| Binary | 110110 | 11011001 | 11011011 | 1001011 | 1 | 0 | 1110 | 10110101 | 1000110 | 110110 |
Color Harmonies of #36D9DB
Complementary color
Monochromatic Colors of #36D9DB
Black with #36D9DB
Text Example
Text Example
White with #36D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D9DB; }
p { color: rgb(54,217,219); }
H1.HeaderClassName
{
color: #36D9DB;
}
.AnyTagClassName
{
color: #36D9DB;
}
</style>
background-color css
<style>
a { background-color: #36D9DB; }
a { background-color: rgb(54,217,219); }
div.DivClassName
{
background-color: #36D9DB;
}
.BgClassName
{
background-color: #36D9DB;
}
</style>
border-color css
<style>
span { border-color: #36D9DB; }
span { border-color: rgb(54,217,219); }
td.TdClassName
{
border-color: #36D9DB;
}
.TagClassName
{
border-color: #36D9DB;
}
</style>