Shades of Turquoise #36EAC0
Tints of Turquoise #36EAC0
RGB
CMYK
RGB Variations
Color information
#36EAC0 (or 0x36EAC0) is known color: Turquoise. HEX triplet: 36, EA and C0. RGB value is (54,234,192). Sum of RGB (Red+Green+Blue) = 54+234+192=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #36EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EAC0 is #C9153F. Grayscale: #AFAFAF. Windows color (decimal): -13178176 or 12642870. OLE color: 12642870.
HSL color Cylindrical-coordinate representation of color #36EAC0: hue angle of 166º 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 #36EAC0 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 192 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.08 |
| HSL | 166º | 0.81% | 0.56% | - |
| HSV(B) | 166º | 0.77% | 0.92% | - |
| XYZ | 40.46 | 63.44 | 59.98 | - |
| YUV | 175.39 | 137.37 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 192 | 0.77 | 0 | 0.18 | 0.08 | 166 | 0.81 | 0.56 |
| Hex | 36 | EA | C0 | 4D | 0 | 12 | 8 | A6 | 51 | 38 |
| Octal | 66 | 352 | 300 | 115 | 0 | 22 | 10 | 246 | 121 | 70 |
| Binary | 110110 | 11101010 | 11000000 | 1001101 | 0 | 10010 | 1000 | 10100110 | 1010001 | 111000 |
Color Harmonies of #36EAC0
Complementary color
Monochromatic Colors of #36EAC0
Black with #36EAC0
Text Example
Text Example
White with #36EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EAC0; }
p { color: rgb(54,234,192); }
H1.HeaderClassName
{
color: #36EAC0;
}
.AnyTagClassName
{
color: #36EAC0;
}
</style>
background-color css
<style>
a { background-color: #36EAC0; }
a { background-color: rgb(54,234,192); }
div.DivClassName
{
background-color: #36EAC0;
}
.BgClassName
{
background-color: #36EAC0;
}
</style>
border-color css
<style>
span { border-color: #36EAC0; }
span { border-color: rgb(54,234,192); }
td.TdClassName
{
border-color: #36EAC0;
}
.TagClassName
{
border-color: #36EAC0;
}
</style>