Shades of Turquoise #36E4C7
Tints of Turquoise #36E4C7
RGB
CMYK
RGB Variations
Color information
#36E4C7 (or 0x36E4C7) is known color: Turquoise. HEX triplet: 36, E4 and C7. RGB value is (54,228,199). Sum of RGB (Red+Green+Blue) = 54+228+199=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #36E4C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E4C7 is #C91B38. Grayscale: #ACACAC. Windows color (decimal): -13179705 or 13100086. OLE color: 13100086.
HSL color Cylindrical-coordinate representation of color #36E4C7: hue angle of 170º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E4C7 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 228 | 199 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.11 |
| HSL | 170º | 0.76% | 0.55% | - |
| HSV(B) | 170º | 0.76% | 0.89% | - |
| XYZ | 39.57 | 60.39 | 63.6 | - |
| YUV | 172.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 228 | 199 | 0.76 | 0 | 0.13 | 0.11 | 170 | 0.76 | 0.55 |
| Hex | 36 | E4 | C7 | 4C | 0 | D | B | AA | 4C | 37 |
| Octal | 66 | 344 | 307 | 114 | 0 | 15 | 13 | 252 | 114 | 67 |
| Binary | 110110 | 11100100 | 11000111 | 1001100 | 0 | 1101 | 1011 | 10101010 | 1001100 | 110111 |
Color Harmonies of #36E4C7
Complementary color
Monochromatic Colors of #36E4C7
Black with #36E4C7
Text Example
Text Example
White with #36E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E4C7; }
p { color: rgb(54,228,199); }
H1.HeaderClassName
{
color: #36E4C7;
}
.AnyTagClassName
{
color: #36E4C7;
}
</style>
background-color css
<style>
a { background-color: #36E4C7; }
a { background-color: rgb(54,228,199); }
div.DivClassName
{
background-color: #36E4C7;
}
.BgClassName
{
background-color: #36E4C7;
}
</style>
border-color css
<style>
span { border-color: #36E4C7; }
span { border-color: rgb(54,228,199); }
td.TdClassName
{
border-color: #36E4C7;
}
.TagClassName
{
border-color: #36E4C7;
}
</style>