Shades of Turquoise #36DBDD
Tints of Turquoise #36DBDD
RGB
CMYK
RGB Variations
Color information
#36DBDD (or 0x36DBDD) is known color: Turquoise. HEX triplet: 36, DB and DD. RGB value is (54,219,221). Sum of RGB (Red+Green+Blue) = 54+219+221=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #36DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBDD is #C92422. Grayscale: #A9A9A9. Windows color (decimal): -13181987 or 14539574. OLE color: 14539574.
HSL color Cylindrical-coordinate representation of color #36DBDD: hue angle of 180.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DBDD is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 219 | 221 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.13 |
| HSL | 180.72º | 0.71% | 0.54% | - |
| HSV(B) | 180.72º | 0.76% | 0.87% | - |
| XYZ | 39.9 | 56.67 | 77.24 | - |
| YUV | 169.89 | 156.84 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 221 | 0.76 | 0.01 | 0 | 0.13 | 180.72 | 0.71 | 0.54 |
| Hex | 36 | DB | DD | 4C | 1 | 0 | D | B5 | 47 | 36 |
| Octal | 66 | 333 | 335 | 114 | 1 | 0 | 15 | 265 | 107 | 66 |
| Binary | 110110 | 11011011 | 11011101 | 1001100 | 1 | 0 | 1101 | 10110101 | 1000111 | 110110 |
Color Harmonies of #36DBDD
Complementary color
Monochromatic Colors of #36DBDD
Black with #36DBDD
Text Example
Text Example
White with #36DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBDD; }
p { color: rgb(54,219,221); }
H1.HeaderClassName
{
color: #36DBDD;
}
.AnyTagClassName
{
color: #36DBDD;
}
</style>
background-color css
<style>
a { background-color: #36DBDD; }
a { background-color: rgb(54,219,221); }
div.DivClassName
{
background-color: #36DBDD;
}
.BgClassName
{
background-color: #36DBDD;
}
</style>
border-color css
<style>
span { border-color: #36DBDD; }
span { border-color: rgb(54,219,221); }
td.TdClassName
{
border-color: #36DBDD;
}
.TagClassName
{
border-color: #36DBDD;
}
</style>