Shades of Turquoise #36EFDA
Tints of Turquoise #36EFDA
RGB
CMYK
RGB Variations
Color information
#36EFDA (or 0x36EFDA) is known color: Turquoise. HEX triplet: 36, EF and DA. RGB value is (54,239,218). Sum of RGB (Red+Green+Blue) = 54+239+218=511 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.57% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFDA is #C91025. Grayscale: #B5B5B5. Windows color (decimal): -13176870 or 14348086. OLE color: 14348086.
HSL color Cylindrical-coordinate representation of color #36EFDA: hue angle of 173.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFDA is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 218 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.06 |
| HSL | 173.19º | 0.85% | 0.57% | - |
| HSV(B) | 173.19º | 0.77% | 0.94% | - |
| XYZ | 45.04 | 67.58 | 77 | - |
| YUV | 181.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 218 | 0.77 | 0 | 0.09 | 0.06 | 173.19 | 0.85 | 0.57 |
| Hex | 36 | EF | DA | 4D | 0 | 9 | 6 | AD | 55 | 39 |
| Octal | 66 | 357 | 332 | 115 | 0 | 11 | 6 | 255 | 125 | 71 |
| Binary | 110110 | 11101111 | 11011010 | 1001101 | 0 | 1001 | 110 | 10101101 | 1010101 | 111001 |
Color Harmonies of #36EFDA
Complementary color
Monochromatic Colors of #36EFDA
Black with #36EFDA
Text Example
Text Example
White with #36EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFDA; }
p { color: rgb(54,239,218); }
H1.HeaderClassName
{
color: #36EFDA;
}
.AnyTagClassName
{
color: #36EFDA;
}
</style>
background-color css
<style>
a { background-color: #36EFDA; }
a { background-color: rgb(54,239,218); }
div.DivClassName
{
background-color: #36EFDA;
}
.BgClassName
{
background-color: #36EFDA;
}
</style>
border-color css
<style>
span { border-color: #36EFDA; }
span { border-color: rgb(54,239,218); }
td.TdClassName
{
border-color: #36EFDA;
}
.TagClassName
{
border-color: #36EFDA;
}
</style>