Shades of Turquoise #36DCDC
Tints of Turquoise #36DCDC
RGB
CMYK
RGB Variations
Color information
#36DCDC (or 0x36DCDC) is known color: Turquoise. HEX triplet: 36, DC and DC. RGB value is (54,220,220). Sum of RGB (Red+Green+Blue) = 54+220+220=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #36DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCDC is #C92323. Grayscale: #AAAAAA. Windows color (decimal): -13181732 or 14474294. OLE color: 14474294.
HSL color Cylindrical-coordinate representation of color #36DCDC: hue angle of 180º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCDC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 220 | - |
| CMYK | 0.75 | 0 | 0 | 0.14 |
| HSL | 180º | 0.7% | 0.54% | - |
| HSV(B) | 180º | 0.75% | 0.86% | - |
| XYZ | 40.03 | 57.14 | 76.63 | - |
| YUV | 170.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 220 | 0.75 | 0 | 0 | 0.14 | 180 | 0.7 | 0.54 |
| Hex | 36 | DC | DC | 4B | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 66 | 334 | 334 | 113 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 110110 | 11011100 | 11011100 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #36DCDC
Complementary color
Monochromatic Colors of #36DCDC
Black with #36DCDC
Text Example
Text Example
White with #36DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCDC; }
p { color: rgb(54,220,220); }
H1.HeaderClassName
{
color: #36DCDC;
}
.AnyTagClassName
{
color: #36DCDC;
}
</style>
background-color css
<style>
a { background-color: #36DCDC; }
a { background-color: rgb(54,220,220); }
div.DivClassName
{
background-color: #36DCDC;
}
.BgClassName
{
background-color: #36DCDC;
}
</style>
border-color css
<style>
span { border-color: #36DCDC; }
span { border-color: rgb(54,220,220); }
td.TdClassName
{
border-color: #36DCDC;
}
.TagClassName
{
border-color: #36DCDC;
}
</style>