Shades of Turquoise #36DBCD
Tints of Turquoise #36DBCD
RGB
CMYK
RGB Variations
Color information
#36DBCD (or 0x36DBCD) is known color: Turquoise. HEX triplet: 36, DB and CD. RGB value is (54,219,205). Sum of RGB (Red+Green+Blue) = 54+219+205=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBCD is #C92432. Grayscale: #A7A7A7. Windows color (decimal): -13182003 or 13490998. OLE color: 13490998.
HSL color Cylindrical-coordinate representation of color #36DBCD: hue angle of 174.91º 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 #36DBCD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 205 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.14 |
| HSL | 174.91º | 0.7% | 0.54% | - |
| HSV(B) | 174.91º | 0.75% | 0.86% | - |
| XYZ | 37.87 | 55.86 | 66.54 | - |
| YUV | 168.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 205 | 0.75 | 0 | 0.06 | 0.14 | 174.91 | 0.7 | 0.54 |
| Hex | 36 | DB | CD | 4B | 0 | 6 | E | AF | 46 | 36 |
| Octal | 66 | 333 | 315 | 113 | 0 | 6 | 16 | 257 | 106 | 66 |
| Binary | 110110 | 11011011 | 11001101 | 1001011 | 0 | 110 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #36DBCD
Complementary color
Monochromatic Colors of #36DBCD
Black with #36DBCD
Text Example
Text Example
White with #36DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBCD; }
p { color: rgb(54,219,205); }
H1.HeaderClassName
{
color: #36DBCD;
}
.AnyTagClassName
{
color: #36DBCD;
}
</style>
background-color css
<style>
a { background-color: #36DBCD; }
a { background-color: rgb(54,219,205); }
div.DivClassName
{
background-color: #36DBCD;
}
.BgClassName
{
background-color: #36DBCD;
}
</style>
border-color css
<style>
span { border-color: #36DBCD; }
span { border-color: rgb(54,219,205); }
td.TdClassName
{
border-color: #36DBCD;
}
.TagClassName
{
border-color: #36DBCD;
}
</style>