Shades of Turquoise #36DDBD
Tints of Turquoise #36DDBD
RGB
CMYK
RGB Variations
Color information
#36DDBD (or 0x36DDBD) is known color: Turquoise. HEX triplet: 36, DD and BD. RGB value is (54,221,189). Sum of RGB (Red+Green+Blue) = 54+221+189=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDBD is #C92242. Grayscale: #A7A7A7. Windows color (decimal): -13181507 or 12442934. OLE color: 12442934.
HSL color Cylindrical-coordinate representation of color #36DDBD: hue angle of 168.5º 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 #36DDBD is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 189 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.13 |
| HSL | 168.5º | 0.71% | 0.54% | - |
| HSV(B) | 168.5º | 0.76% | 0.87% | - |
| XYZ | 36.56 | 56.17 | 57.06 | - |
| YUV | 167.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 189 | 0.76 | 0 | 0.14 | 0.13 | 168.5 | 0.71 | 0.54 |
| Hex | 36 | DD | BD | 4C | 0 | E | D | A9 | 47 | 36 |
| Octal | 66 | 335 | 275 | 114 | 0 | 16 | 15 | 251 | 107 | 66 |
| Binary | 110110 | 11011101 | 10111101 | 1001100 | 0 | 1110 | 1101 | 10101001 | 1000111 | 110110 |
Color Harmonies of #36DDBD
Complementary color
Monochromatic Colors of #36DDBD
Black with #36DDBD
Text Example
Text Example
White with #36DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDBD; }
p { color: rgb(54,221,189); }
H1.HeaderClassName
{
color: #36DDBD;
}
.AnyTagClassName
{
color: #36DDBD;
}
</style>
background-color css
<style>
a { background-color: #36DDBD; }
a { background-color: rgb(54,221,189); }
div.DivClassName
{
background-color: #36DDBD;
}
.BgClassName
{
background-color: #36DDBD;
}
</style>
border-color css
<style>
span { border-color: #36DDBD; }
span { border-color: rgb(54,221,189); }
td.TdClassName
{
border-color: #36DDBD;
}
.TagClassName
{
border-color: #36DDBD;
}
</style>