Shades of Turquoise #36ECDA
Tints of Turquoise #36ECDA
RGB
CMYK
RGB Variations
Color information
#36ECDA (or 0x36ECDA) is known color: Turquoise. HEX triplet: 36, EC and DA. RGB value is (54,236,218). Sum of RGB (Red+Green+Blue) = 54+236+218=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECDA is #C91325. Grayscale: #B3B3B3. Windows color (decimal): -13177638 or 14347318. OLE color: 14347318.
HSL color Cylindrical-coordinate representation of color #36ECDA: hue angle of 174.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECDA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 218 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.07 |
| HSL | 174.07º | 0.83% | 0.57% | - |
| HSV(B) | 174.07º | 0.77% | 0.93% | - |
| XYZ | 44.17 | 65.84 | 76.71 | - |
| YUV | 179.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 218 | 0.77 | 0 | 0.08 | 0.07 | 174.07 | 0.83 | 0.57 |
| Hex | 36 | EC | DA | 4D | 0 | 8 | 7 | AE | 53 | 39 |
| Octal | 66 | 354 | 332 | 115 | 0 | 10 | 7 | 256 | 123 | 71 |
| Binary | 110110 | 11101100 | 11011010 | 1001101 | 0 | 1000 | 111 | 10101110 | 1010011 | 111001 |
Color Harmonies of #36ECDA
Complementary color
Monochromatic Colors of #36ECDA
Black with #36ECDA
Text Example
Text Example
White with #36ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECDA; }
p { color: rgb(54,236,218); }
H1.HeaderClassName
{
color: #36ECDA;
}
.AnyTagClassName
{
color: #36ECDA;
}
</style>
background-color css
<style>
a { background-color: #36ECDA; }
a { background-color: rgb(54,236,218); }
div.DivClassName
{
background-color: #36ECDA;
}
.BgClassName
{
background-color: #36ECDA;
}
</style>
border-color css
<style>
span { border-color: #36ECDA; }
span { border-color: rgb(54,236,218); }
td.TdClassName
{
border-color: #36ECDA;
}
.TagClassName
{
border-color: #36ECDA;
}
</style>