Shades of Turquoise #36EEB2
Tints of Turquoise #36EEB2
RGB
CMYK
RGB Variations
Color information
#36EEB2 (or 0x36EEB2) is known color: Turquoise. HEX triplet: 36, EE and B2. RGB value is (54,238,178). Sum of RGB (Red+Green+Blue) = 54+238+178=470 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.49% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EEB2 is #C9114D. Grayscale: #B0B0B0. Windows color (decimal): -13177166 or 11726390. OLE color: 11726390.
HSL color Cylindrical-coordinate representation of color #36EEB2: hue angle of 160.43º 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 #36EEB2 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 178 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.07 |
| HSL | 160.43º | 0.84% | 0.57% | - |
| HSV(B) | 160.43º | 0.77% | 0.93% | - |
| XYZ | 40.13 | 65.15 | 52.58 | - |
| YUV | 176.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 178 | 0.77 | 0 | 0.25 | 0.07 | 160.43 | 0.84 | 0.57 |
| Hex | 36 | EE | B2 | 4D | 0 | 19 | 7 | A0 | 54 | 39 |
| Octal | 66 | 356 | 262 | 115 | 0 | 31 | 7 | 240 | 124 | 71 |
| Binary | 110110 | 11101110 | 10110010 | 1001101 | 0 | 11001 | 111 | 10100000 | 1010100 | 111001 |
Color Harmonies of #36EEB2
Complementary color
Monochromatic Colors of #36EEB2
Black with #36EEB2
Text Example
Text Example
White with #36EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEB2; }
p { color: rgb(54,238,178); }
H1.HeaderClassName
{
color: #36EEB2;
}
.AnyTagClassName
{
color: #36EEB2;
}
</style>
background-color css
<style>
a { background-color: #36EEB2; }
a { background-color: rgb(54,238,178); }
div.DivClassName
{
background-color: #36EEB2;
}
.BgClassName
{
background-color: #36EEB2;
}
</style>
border-color css
<style>
span { border-color: #36EEB2; }
span { border-color: rgb(54,238,178); }
td.TdClassName
{
border-color: #36EEB2;
}
.TagClassName
{
border-color: #36EEB2;
}
</style>