Shades of Turquoise #36E3C7
Tints of Turquoise #36E3C7
RGB
CMYK
RGB Variations
Color information
#36E3C7 (or 0x36E3C7) is known color: Turquoise. HEX triplet: 36, E3 and C7. RGB value is (54,227,199). Sum of RGB (Red+Green+Blue) = 54+227+199=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #36E3C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E3C7 is #C91C38. Grayscale: #ACACAC. Windows color (decimal): -13179961 or 13099830. OLE color: 13099830.
HSL color Cylindrical-coordinate representation of color #36E3C7: hue angle of 170.29º 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 #36E3C7 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 227 | 199 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.11 |
| HSL | 170.29º | 0.76% | 0.55% | - |
| HSV(B) | 170.29º | 0.76% | 0.89% | - |
| XYZ | 39.3 | 59.85 | 63.51 | - |
| YUV | 172.08 | 143.19 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 199 | 0.76 | 0 | 0.12 | 0.11 | 170.29 | 0.76 | 0.55 |
| Hex | 36 | E3 | C7 | 4C | 0 | C | B | AA | 4C | 37 |
| Octal | 66 | 343 | 307 | 114 | 0 | 14 | 13 | 252 | 114 | 67 |
| Binary | 110110 | 11100011 | 11000111 | 1001100 | 0 | 1100 | 1011 | 10101010 | 1001100 | 110111 |
Color Harmonies of #36E3C7
Complementary color
Monochromatic Colors of #36E3C7
Black with #36E3C7
Text Example
Text Example
White with #36E3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E3C7; }
p { color: rgb(54,227,199); }
H1.HeaderClassName
{
color: #36E3C7;
}
.AnyTagClassName
{
color: #36E3C7;
}
</style>
background-color css
<style>
a { background-color: #36E3C7; }
a { background-color: rgb(54,227,199); }
div.DivClassName
{
background-color: #36E3C7;
}
.BgClassName
{
background-color: #36E3C7;
}
</style>
border-color css
<style>
span { border-color: #36E3C7; }
span { border-color: rgb(54,227,199); }
td.TdClassName
{
border-color: #36E3C7;
}
.TagClassName
{
border-color: #36E3C7;
}
</style>