Shades of Turquoise #36DEDA
Tints of Turquoise #36DEDA
RGB
CMYK
RGB Variations
Color information
#36DEDA (or 0x36DEDA) is known color: Turquoise. HEX triplet: 36, DE and DA. RGB value is (54,222,218). Sum of RGB (Red+Green+Blue) = 54+222+218=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEDA is #C92125. Grayscale: #ABABAB. Windows color (decimal): -13181222 or 14343734. OLE color: 14343734.
HSL color Cylindrical-coordinate representation of color #36DEDA: hue angle of 178.57º 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 #36DEDA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 218 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.13 |
| HSL | 178.57º | 0.72% | 0.54% | - |
| HSV(B) | 178.57º | 0.76% | 0.87% | - |
| XYZ | 40.3 | 58.09 | 75.42 | - |
| YUV | 171.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 218 | 0.76 | 0 | 0.02 | 0.13 | 178.57 | 0.72 | 0.54 |
| Hex | 36 | DE | DA | 4C | 0 | 2 | D | B3 | 48 | 36 |
| Octal | 66 | 336 | 332 | 114 | 0 | 2 | 15 | 263 | 110 | 66 |
| Binary | 110110 | 11011110 | 11011010 | 1001100 | 0 | 10 | 1101 | 10110011 | 1001000 | 110110 |
Color Harmonies of #36DEDA
Complementary color
Monochromatic Colors of #36DEDA
Black with #36DEDA
Text Example
Text Example
White with #36DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEDA; }
p { color: rgb(54,222,218); }
H1.HeaderClassName
{
color: #36DEDA;
}
.AnyTagClassName
{
color: #36DEDA;
}
</style>
background-color css
<style>
a { background-color: #36DEDA; }
a { background-color: rgb(54,222,218); }
div.DivClassName
{
background-color: #36DEDA;
}
.BgClassName
{
background-color: #36DEDA;
}
</style>
border-color css
<style>
span { border-color: #36DEDA; }
span { border-color: rgb(54,222,218); }
td.TdClassName
{
border-color: #36DEDA;
}
.TagClassName
{
border-color: #36DEDA;
}
</style>