Shades of Turquoise #36DEDC
Tints of Turquoise #36DEDC
RGB
CMYK
RGB Variations
Color information
#36DEDC (or 0x36DEDC) is known color: Turquoise. HEX triplet: 36, DE and DC. RGB value is (54,222,220). Sum of RGB (Red+Green+Blue) = 54+222+220=496 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.89% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEDC is #C92123. Grayscale: #ABABAB. Windows color (decimal): -13181220 or 14474806. OLE color: 14474806.
HSL color Cylindrical-coordinate representation of color #36DEDC: hue angle of 179.29º degrees, saturation: 0.72, 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 #36DEDC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 220 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.13 |
| HSL | 179.29º | 0.72% | 0.54% | - |
| HSV(B) | 179.29º | 0.76% | 0.87% | - |
| XYZ | 40.56 | 58.19 | 76.8 | - |
| YUV | 171.54 | 155.34 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 220 | 0.76 | 0 | 0.01 | 0.13 | 179.29 | 0.72 | 0.54 |
| Hex | 36 | DE | DC | 4C | 0 | 1 | D | B3 | 48 | 36 |
| Octal | 66 | 336 | 334 | 114 | 0 | 1 | 15 | 263 | 110 | 66 |
| Binary | 110110 | 11011110 | 11011100 | 1001100 | 0 | 1 | 1101 | 10110011 | 1001000 | 110110 |
Color Harmonies of #36DEDC
Complementary color
Monochromatic Colors of #36DEDC
Black with #36DEDC
Text Example
Text Example
White with #36DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEDC; }
p { color: rgb(54,222,220); }
H1.HeaderClassName
{
color: #36DEDC;
}
.AnyTagClassName
{
color: #36DEDC;
}
</style>
background-color css
<style>
a { background-color: #36DEDC; }
a { background-color: rgb(54,222,220); }
div.DivClassName
{
background-color: #36DEDC;
}
.BgClassName
{
background-color: #36DEDC;
}
</style>
border-color css
<style>
span { border-color: #36DEDC; }
span { border-color: rgb(54,222,220); }
td.TdClassName
{
border-color: #36DEDC;
}
.TagClassName
{
border-color: #36DEDC;
}
</style>