Shades of Turquoise #36EFB2
Tints of Turquoise #36EFB2
RGB
CMYK
RGB Variations
Color information
#36EFB2 (or 0x36EFB2) is known color: Turquoise. HEX triplet: 36, EF and B2. RGB value is (54,239,178). Sum of RGB (Red+Green+Blue) = 54+239+178=471 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.46% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EFB2 is #C9104D. Grayscale: #B0B0B0. Windows color (decimal): -13176910 or 11726646. OLE color: 11726646.
HSL color Cylindrical-coordinate representation of color #36EFB2: hue angle of 160.22º 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 #36EFB2 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 178 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.06 |
| HSL | 160.22º | 0.85% | 0.57% | - |
| HSV(B) | 160.22º | 0.77% | 0.94% | - |
| XYZ | 40.42 | 65.73 | 52.68 | - |
| YUV | 176.73 | 128.71 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 178 | 0.77 | 0 | 0.26 | 0.06 | 160.22 | 0.85 | 0.57 |
| Hex | 36 | EF | B2 | 4D | 0 | 1A | 6 | A0 | 55 | 39 |
| Octal | 66 | 357 | 262 | 115 | 0 | 32 | 6 | 240 | 125 | 71 |
| Binary | 110110 | 11101111 | 10110010 | 1001101 | 0 | 11010 | 110 | 10100000 | 1010101 | 111001 |
Color Harmonies of #36EFB2
Complementary color
Monochromatic Colors of #36EFB2
Black with #36EFB2
Text Example
Text Example
White with #36EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFB2; }
p { color: rgb(54,239,178); }
H1.HeaderClassName
{
color: #36EFB2;
}
.AnyTagClassName
{
color: #36EFB2;
}
</style>
background-color css
<style>
a { background-color: #36EFB2; }
a { background-color: rgb(54,239,178); }
div.DivClassName
{
background-color: #36EFB2;
}
.BgClassName
{
background-color: #36EFB2;
}
</style>
border-color css
<style>
span { border-color: #36EFB2; }
span { border-color: rgb(54,239,178); }
td.TdClassName
{
border-color: #36EFB2;
}
.TagClassName
{
border-color: #36EFB2;
}
</style>