Shades of Turquoise #36EADE
Tints of Turquoise #36EADE
RGB
CMYK
RGB Variations
Color information
#36EADE (or 0x36EADE) is known color: Turquoise. HEX triplet: 36, EA and DE. RGB value is (54,234,222). Sum of RGB (Red+Green+Blue) = 54+234+222=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #36EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EADE is #C91521. Grayscale: #B2B2B2. Windows color (decimal): -13178146 or 14608950. OLE color: 14608950.
HSL color Cylindrical-coordinate representation of color #36EADE: hue angle of 176º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EADE is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 222 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.08 |
| HSL | 176º | 0.81% | 0.56% | - |
| HSV(B) | 176º | 0.77% | 0.92% | - |
| XYZ | 44.13 | 64.9 | 79.31 | - |
| YUV | 178.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 222 | 0.77 | 0 | 0.05 | 0.08 | 176 | 0.81 | 0.56 |
| Hex | 36 | EA | DE | 4D | 0 | 5 | 8 | B0 | 51 | 38 |
| Octal | 66 | 352 | 336 | 115 | 0 | 5 | 10 | 260 | 121 | 70 |
| Binary | 110110 | 11101010 | 11011110 | 1001101 | 0 | 101 | 1000 | 10110000 | 1010001 | 111000 |
Color Harmonies of #36EADE
Complementary color
Monochromatic Colors of #36EADE
Black with #36EADE
Text Example
Text Example
White with #36EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EADE; }
p { color: rgb(54,234,222); }
H1.HeaderClassName
{
color: #36EADE;
}
.AnyTagClassName
{
color: #36EADE;
}
</style>
background-color css
<style>
a { background-color: #36EADE; }
a { background-color: rgb(54,234,222); }
div.DivClassName
{
background-color: #36EADE;
}
.BgClassName
{
background-color: #36EADE;
}
</style>
border-color css
<style>
span { border-color: #36EADE; }
span { border-color: rgb(54,234,222); }
td.TdClassName
{
border-color: #36EADE;
}
.TagClassName
{
border-color: #36EADE;
}
</style>