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