Shades of Turquoise #36EFDD
Tints of Turquoise #36EFDD
RGB
CMYK
RGB Variations
Color information
#36EFDD (or 0x36EFDD) is known color: Turquoise. HEX triplet: 36, EF and DD. RGB value is (54,239,221). Sum of RGB (Red+Green+Blue) = 54+239+221=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFDD is #C91022. Grayscale: #B5B5B5. Windows color (decimal): -13176867 or 14544694. OLE color: 14544694.
HSL color Cylindrical-coordinate representation of color #36EFDD: hue angle of 174.16º 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 #36EFDD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 221 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.06 |
| HSL | 174.16º | 0.85% | 0.57% | - |
| HSV(B) | 174.16º | 0.77% | 0.94% | - |
| XYZ | 45.44 | 67.74 | 79.09 | - |
| YUV | 181.63 | 150.21 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 221 | 0.77 | 0 | 0.08 | 0.06 | 174.16 | 0.85 | 0.57 |
| Hex | 36 | EF | DD | 4D | 0 | 8 | 6 | AE | 55 | 39 |
| Octal | 66 | 357 | 335 | 115 | 0 | 10 | 6 | 256 | 125 | 71 |
| Binary | 110110 | 11101111 | 11011101 | 1001101 | 0 | 1000 | 110 | 10101110 | 1010101 | 111001 |
Color Harmonies of #36EFDD
Complementary color
Monochromatic Colors of #36EFDD
Black with #36EFDD
Text Example
Text Example
White with #36EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFDD; }
p { color: rgb(54,239,221); }
H1.HeaderClassName
{
color: #36EFDD;
}
.AnyTagClassName
{
color: #36EFDD;
}
</style>
background-color css
<style>
a { background-color: #36EFDD; }
a { background-color: rgb(54,239,221); }
div.DivClassName
{
background-color: #36EFDD;
}
.BgClassName
{
background-color: #36EFDD;
}
</style>
border-color css
<style>
span { border-color: #36EFDD; }
span { border-color: rgb(54,239,221); }
td.TdClassName
{
border-color: #36EFDD;
}
.TagClassName
{
border-color: #36EFDD;
}
</style>