Shades of Turquoise #36DBBD
Tints of Turquoise #36DBBD
RGB
CMYK
RGB Variations
Color information
#36DBBD (or 0x36DBBD) is known color: Turquoise. HEX triplet: 36, DB and BD. RGB value is (54,219,189). Sum of RGB (Red+Green+Blue) = 54+219+189=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBBD is #C92442. Grayscale: #A6A6A6. Windows color (decimal): -13182019 or 12442422. OLE color: 12442422.
HSL color Cylindrical-coordinate representation of color #36DBBD: hue angle of 169.09º 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 #36DBBD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 189 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.14 |
| HSL | 169.09º | 0.7% | 0.54% | - |
| HSV(B) | 169.09º | 0.75% | 0.86% | - |
| XYZ | 36.04 | 55.12 | 56.88 | - |
| YUV | 166.25 | 140.84 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 189 | 0.75 | 0 | 0.14 | 0.14 | 169.09 | 0.7 | 0.54 |
| Hex | 36 | DB | BD | 4B | 0 | E | E | A9 | 46 | 36 |
| Octal | 66 | 333 | 275 | 113 | 0 | 16 | 16 | 251 | 106 | 66 |
| Binary | 110110 | 11011011 | 10111101 | 1001011 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110110 |
Color Harmonies of #36DBBD
Complementary color
Monochromatic Colors of #36DBBD
Black with #36DBBD
Text Example
Text Example
White with #36DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBBD; }
p { color: rgb(54,219,189); }
H1.HeaderClassName
{
color: #36DBBD;
}
.AnyTagClassName
{
color: #36DBBD;
}
</style>
background-color css
<style>
a { background-color: #36DBBD; }
a { background-color: rgb(54,219,189); }
div.DivClassName
{
background-color: #36DBBD;
}
.BgClassName
{
background-color: #36DBBD;
}
</style>
border-color css
<style>
span { border-color: #36DBBD; }
span { border-color: rgb(54,219,189); }
td.TdClassName
{
border-color: #36DBBD;
}
.TagClassName
{
border-color: #36DBBD;
}
</style>