Shades of Turquoise #36DCDB
Tints of Turquoise #36DCDB
RGB
CMYK
RGB Variations
Color information
#36DCDB (or 0x36DCDB) is known color: Turquoise. HEX triplet: 36, DC and DB. RGB value is (54,220,219). Sum of RGB (Red+Green+Blue) = 54+220+219=493 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.95% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCDB is #C92324. Grayscale: #AAAAAA. Windows color (decimal): -13181733 or 14408758. OLE color: 14408758.
HSL color Cylindrical-coordinate representation of color #36DCDB: hue angle of 179.64º 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 #36DCDB is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 219 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.14 |
| HSL | 179.64º | 0.7% | 0.54% | - |
| HSV(B) | 179.64º | 0.75% | 0.86% | - |
| XYZ | 39.9 | 57.09 | 75.93 | - |
| YUV | 170.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 219 | 0.75 | 0 | 0.00 | 0.14 | 179.64 | 0.7 | 0.54 |
| Hex | 36 | DC | DB | 4B | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 66 | 334 | 333 | 113 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 110110 | 11011100 | 11011011 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #36DCDB
Complementary color
Monochromatic Colors of #36DCDB
Black with #36DCDB
Text Example
Text Example
White with #36DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCDB; }
p { color: rgb(54,220,219); }
H1.HeaderClassName
{
color: #36DCDB;
}
.AnyTagClassName
{
color: #36DCDB;
}
</style>
background-color css
<style>
a { background-color: #36DCDB; }
a { background-color: rgb(54,220,219); }
div.DivClassName
{
background-color: #36DCDB;
}
.BgClassName
{
background-color: #36DCDB;
}
</style>
border-color css
<style>
span { border-color: #36DCDB; }
span { border-color: rgb(54,220,219); }
td.TdClassName
{
border-color: #36DCDB;
}
.TagClassName
{
border-color: #36DCDB;
}
</style>