Shades of Turquoise #36EFB6
Tints of Turquoise #36EFB6
RGB
CMYK
RGB Variations
Color information
#36EFB6 (or 0x36EFB6) is known color: Turquoise. HEX triplet: 36, EF and B6. RGB value is (54,239,182). Sum of RGB (Red+Green+Blue) = 54+239+182=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFB6 is #C91049. Grayscale: #B1B1B1. Windows color (decimal): -13176906 or 11988790. OLE color: 11988790.
HSL color Cylindrical-coordinate representation of color #36EFB6: hue angle of 161.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFB6 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 182 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.06 |
| HSL | 161.51º | 0.85% | 0.57% | - |
| HSV(B) | 161.51º | 0.77% | 0.94% | - |
| XYZ | 40.83 | 65.89 | 54.82 | - |
| YUV | 177.19 | 130.71 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 182 | 0.77 | 0 | 0.24 | 0.06 | 161.51 | 0.85 | 0.57 |
| Hex | 36 | EF | B6 | 4D | 0 | 18 | 6 | A2 | 55 | 39 |
| Octal | 66 | 357 | 266 | 115 | 0 | 30 | 6 | 242 | 125 | 71 |
| Binary | 110110 | 11101111 | 10110110 | 1001101 | 0 | 11000 | 110 | 10100010 | 1010101 | 111001 |
Color Harmonies of #36EFB6
Complementary color
Monochromatic Colors of #36EFB6
Black with #36EFB6
Text Example
Text Example
White with #36EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFB6; }
p { color: rgb(54,239,182); }
H1.HeaderClassName
{
color: #36EFB6;
}
.AnyTagClassName
{
color: #36EFB6;
}
</style>
background-color css
<style>
a { background-color: #36EFB6; }
a { background-color: rgb(54,239,182); }
div.DivClassName
{
background-color: #36EFB6;
}
.BgClassName
{
background-color: #36EFB6;
}
</style>
border-color css
<style>
span { border-color: #36EFB6; }
span { border-color: rgb(54,239,182); }
td.TdClassName
{
border-color: #36EFB6;
}
.TagClassName
{
border-color: #36EFB6;
}
</style>