Shades of Turquoise #36ECB5
Tints of Turquoise #36ECB5
RGB
CMYK
RGB Variations
Color information
#36ECB5 (or 0x36ECB5) is known color: Turquoise. HEX triplet: 36, EC and B5. RGB value is (54,236,181). Sum of RGB (Red+Green+Blue) = 54+236+181=471 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.46% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECB5 is #C9134A. Grayscale: #AFAFAF. Windows color (decimal): -13177675 or 11922486. OLE color: 11922486.
HSL color Cylindrical-coordinate representation of color #36ECB5: hue angle of 161.87º degrees, saturation: 0.83, 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 #36ECB5 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 181 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.07 |
| HSL | 161.87º | 0.83% | 0.57% | - |
| HSV(B) | 161.87º | 0.77% | 0.93% | - |
| XYZ | 39.86 | 64.11 | 53.99 | - |
| YUV | 175.31 | 131.2 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 181 | 0.77 | 0 | 0.23 | 0.07 | 161.87 | 0.83 | 0.57 |
| Hex | 36 | EC | B5 | 4D | 0 | 17 | 7 | A2 | 53 | 39 |
| Octal | 66 | 354 | 265 | 115 | 0 | 27 | 7 | 242 | 123 | 71 |
| Binary | 110110 | 11101100 | 10110101 | 1001101 | 0 | 10111 | 111 | 10100010 | 1010011 | 111001 |
Color Harmonies of #36ECB5
Complementary color
Monochromatic Colors of #36ECB5
Black with #36ECB5
Text Example
Text Example
White with #36ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECB5; }
p { color: rgb(54,236,181); }
H1.HeaderClassName
{
color: #36ECB5;
}
.AnyTagClassName
{
color: #36ECB5;
}
</style>
background-color css
<style>
a { background-color: #36ECB5; }
a { background-color: rgb(54,236,181); }
div.DivClassName
{
background-color: #36ECB5;
}
.BgClassName
{
background-color: #36ECB5;
}
</style>
border-color css
<style>
span { border-color: #36ECB5; }
span { border-color: rgb(54,236,181); }
td.TdClassName
{
border-color: #36ECB5;
}
.TagClassName
{
border-color: #36ECB5;
}
</style>