Shades of Turquoise #36DDD6
Tints of Turquoise #36DDD6
RGB
CMYK
RGB Variations
Color information
#36DDD6 (or 0x36DDD6) is known color: Turquoise. HEX triplet: 36, DD and D6. RGB value is (54,221,214). Sum of RGB (Red+Green+Blue) = 54+221+214=489 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.04% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDD6 is #C92229. Grayscale: #AAAAAA. Windows color (decimal): -13181482 or 14081334. OLE color: 14081334.
HSL color Cylindrical-coordinate representation of color #36DDD6: hue angle of 177.49º 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 #36DDD6 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 214 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.13 |
| HSL | 177.49º | 0.71% | 0.54% | - |
| HSV(B) | 177.49º | 0.76% | 0.87% | - |
| XYZ | 39.52 | 57.35 | 72.61 | - |
| YUV | 170.27 | 152.67 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 214 | 0.76 | 0 | 0.03 | 0.13 | 177.49 | 0.71 | 0.54 |
| Hex | 36 | DD | D6 | 4C | 0 | 3 | D | B1 | 47 | 36 |
| Octal | 66 | 335 | 326 | 114 | 0 | 3 | 15 | 261 | 107 | 66 |
| Binary | 110110 | 11011101 | 11010110 | 1001100 | 0 | 11 | 1101 | 10110001 | 1000111 | 110110 |
Color Harmonies of #36DDD6
Complementary color
Monochromatic Colors of #36DDD6
Black with #36DDD6
Text Example
Text Example
White with #36DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDD6; }
p { color: rgb(54,221,214); }
H1.HeaderClassName
{
color: #36DDD6;
}
.AnyTagClassName
{
color: #36DDD6;
}
</style>
background-color css
<style>
a { background-color: #36DDD6; }
a { background-color: rgb(54,221,214); }
div.DivClassName
{
background-color: #36DDD6;
}
.BgClassName
{
background-color: #36DDD6;
}
</style>
border-color css
<style>
span { border-color: #36DDD6; }
span { border-color: rgb(54,221,214); }
td.TdClassName
{
border-color: #36DDD6;
}
.TagClassName
{
border-color: #36DDD6;
}
</style>