Shades of Medium Turquoise #36CCDB
Tints of Medium Turquoise #36CCDB
RGB
CMYK
RGB Variations
Color information
#36CCDB (or 0x36CCDB) is known color: Medium Turquoise. HEX triplet: 36, CC and DB. RGB value is (54,204,219). Sum of RGB (Red+Green+Blue) = 54+204+219=477 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.32% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #36CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCDB is #C93324. Grayscale: #A0A0A0. Windows color (decimal): -13185829 or 14404662. OLE color: 14404662.
HSL color Cylindrical-coordinate representation of color #36CCDB: hue angle of 185.45º 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 #36CCDB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 204 | 219 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.14 |
| HSL | 185.45º | 0.7% | 0.54% | - |
| HSV(B) | 185.45º | 0.75% | 0.86% | - |
| XYZ | 35.9 | 49.08 | 74.6 | - |
| YUV | 160.86 | 160.81 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 219 | 0.75 | 0.07 | 0 | 0.14 | 185.45 | 0.7 | 0.54 |
| Hex | 36 | CC | DB | 4B | 7 | 0 | E | B9 | 46 | 36 |
| Octal | 66 | 314 | 333 | 113 | 7 | 0 | 16 | 271 | 106 | 66 |
| Binary | 110110 | 11001100 | 11011011 | 1001011 | 111 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #36CCDB
Complementary color
Monochromatic Colors of #36CCDB
Black with #36CCDB
Text Example
Text Example
White with #36CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCDB; }
p { color: rgb(54,204,219); }
H1.HeaderClassName
{
color: #36CCDB;
}
.AnyTagClassName
{
color: #36CCDB;
}
</style>
background-color css
<style>
a { background-color: #36CCDB; }
a { background-color: rgb(54,204,219); }
div.DivClassName
{
background-color: #36CCDB;
}
.BgClassName
{
background-color: #36CCDB;
}
</style>
border-color css
<style>
span { border-color: #36CCDB; }
span { border-color: rgb(54,204,219); }
td.TdClassName
{
border-color: #36CCDB;
}
.TagClassName
{
border-color: #36CCDB;
}
</style>