Shades of Turquoise #36EEC5
Tints of Turquoise #36EEC5
RGB
CMYK
RGB Variations
Color information
#36EEC5 (or 0x36EEC5) is known color: Turquoise. HEX triplet: 36, EE and C5. RGB value is (54,238,197). Sum of RGB (Red+Green+Blue) = 54+238+197=489 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.04% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC5 is #C9113A. Grayscale: #B2B2B2. Windows color (decimal): -13177147 or 12971574. OLE color: 12971574.
HSL color Cylindrical-coordinate representation of color #36EEC5: hue angle of 166.63º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEC5 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 197 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.07 |
| HSL | 166.63º | 0.84% | 0.57% | - |
| HSV(B) | 166.63º | 0.77% | 0.93% | - |
| XYZ | 42.17 | 65.96 | 63.33 | - |
| YUV | 178.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 197 | 0.77 | 0 | 0.17 | 0.07 | 166.63 | 0.84 | 0.57 |
| Hex | 36 | EE | C5 | 4D | 0 | 11 | 7 | A7 | 54 | 39 |
| Octal | 66 | 356 | 305 | 115 | 0 | 21 | 7 | 247 | 124 | 71 |
| Binary | 110110 | 11101110 | 11000101 | 1001101 | 0 | 10001 | 111 | 10100111 | 1010100 | 111001 |
Color Harmonies of #36EEC5
Complementary color
Monochromatic Colors of #36EEC5
Black with #36EEC5
Text Example
Text Example
White with #36EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEC5; }
p { color: rgb(54,238,197); }
H1.HeaderClassName
{
color: #36EEC5;
}
.AnyTagClassName
{
color: #36EEC5;
}
</style>
background-color css
<style>
a { background-color: #36EEC5; }
a { background-color: rgb(54,238,197); }
div.DivClassName
{
background-color: #36EEC5;
}
.BgClassName
{
background-color: #36EEC5;
}
</style>
border-color css
<style>
span { border-color: #36EEC5; }
span { border-color: rgb(54,238,197); }
td.TdClassName
{
border-color: #36EEC5;
}
.TagClassName
{
border-color: #36EEC5;
}
</style>