Shades of Turquoise #36DDBC
Tints of Turquoise #36DDBC
RGB
CMYK
RGB Variations
Color information
#36DDBC (or 0x36DDBC) is known color: Turquoise. HEX triplet: 36, DD and BC. RGB value is (54,221,188). Sum of RGB (Red+Green+Blue) = 54+221+188=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDBC is #C92243. Grayscale: #A7A7A7. Windows color (decimal): -13181508 or 12377398. OLE color: 12377398.
HSL color Cylindrical-coordinate representation of color #36DDBC: hue angle of 168.14º 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 #36DDBC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 188 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.13 |
| HSL | 168.14º | 0.71% | 0.54% | - |
| HSV(B) | 168.14º | 0.76% | 0.87% | - |
| XYZ | 36.45 | 56.13 | 56.49 | - |
| YUV | 167.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 188 | 0.76 | 0 | 0.15 | 0.13 | 168.14 | 0.71 | 0.54 |
| Hex | 36 | DD | BC | 4C | 0 | F | D | A8 | 47 | 36 |
| Octal | 66 | 335 | 274 | 114 | 0 | 17 | 15 | 250 | 107 | 66 |
| Binary | 110110 | 11011101 | 10111100 | 1001100 | 0 | 1111 | 1101 | 10101000 | 1000111 | 110110 |
Color Harmonies of #36DDBC
Complementary color
Monochromatic Colors of #36DDBC
Black with #36DDBC
Text Example
Text Example
White with #36DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDBC; }
p { color: rgb(54,221,188); }
H1.HeaderClassName
{
color: #36DDBC;
}
.AnyTagClassName
{
color: #36DDBC;
}
</style>
background-color css
<style>
a { background-color: #36DDBC; }
a { background-color: rgb(54,221,188); }
div.DivClassName
{
background-color: #36DDBC;
}
.BgClassName
{
background-color: #36DDBC;
}
</style>
border-color css
<style>
span { border-color: #36DDBC; }
span { border-color: rgb(54,221,188); }
td.TdClassName
{
border-color: #36DDBC;
}
.TagClassName
{
border-color: #36DDBC;
}
</style>