Shades of Turquoise #36DDDB
Tints of Turquoise #36DDDB
RGB
CMYK
RGB Variations
Color information
#36DDDB (or 0x36DDDB) is known color: Turquoise. HEX triplet: 36, DD and DB. RGB value is (54,221,219). Sum of RGB (Red+Green+Blue) = 54+221+219=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDDB is #C92224. Grayscale: #AAAAAA. Windows color (decimal): -13181477 or 14409014. OLE color: 14409014.
HSL color Cylindrical-coordinate representation of color #36DDDB: hue angle of 179.28º 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 #36DDDB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 219 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.13 |
| HSL | 179.28º | 0.71% | 0.54% | - |
| HSV(B) | 179.28º | 0.76% | 0.87% | - |
| XYZ | 40.16 | 57.61 | 76.02 | - |
| YUV | 170.84 | 155.17 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 219 | 0.76 | 0 | 0.01 | 0.13 | 179.28 | 0.71 | 0.54 |
| Hex | 36 | DD | DB | 4C | 0 | 1 | D | B3 | 47 | 36 |
| Octal | 66 | 335 | 333 | 114 | 0 | 1 | 15 | 263 | 107 | 66 |
| Binary | 110110 | 11011101 | 11011011 | 1001100 | 0 | 1 | 1101 | 10110011 | 1000111 | 110110 |
Color Harmonies of #36DDDB
Complementary color
Monochromatic Colors of #36DDDB
Black with #36DDDB
Text Example
Text Example
White with #36DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDDB; }
p { color: rgb(54,221,219); }
H1.HeaderClassName
{
color: #36DDDB;
}
.AnyTagClassName
{
color: #36DDDB;
}
</style>
background-color css
<style>
a { background-color: #36DDDB; }
a { background-color: rgb(54,221,219); }
div.DivClassName
{
background-color: #36DDDB;
}
.BgClassName
{
background-color: #36DDDB;
}
</style>
border-color css
<style>
span { border-color: #36DDDB; }
span { border-color: rgb(54,221,219); }
td.TdClassName
{
border-color: #36DDDB;
}
.TagClassName
{
border-color: #36DDDB;
}
</style>