Shades of Turquoise #36E1B9
Tints of Turquoise #36E1B9
RGB
CMYK
RGB Variations
Color information
#36E1B9 (or 0x36E1B9) is known color: Turquoise. HEX triplet: 36, E1 and B9. RGB value is (54,225,185). Sum of RGB (Red+Green+Blue) = 54+225+185=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #36E1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E1B9 is #C91E46. Grayscale: #A9A9A9. Windows color (decimal): -13180487 or 12181814. OLE color: 12181814.
HSL color Cylindrical-coordinate representation of color #36E1B9: hue angle of 165.96º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E1B9 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 185 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.12 |
| HSL | 165.96º | 0.74% | 0.55% | - |
| HSV(B) | 165.96º | 0.76% | 0.88% | - |
| XYZ | 37.2 | 58.14 | 55.16 | - |
| YUV | 169.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 185 | 0.76 | 0 | 0.18 | 0.12 | 165.96 | 0.74 | 0.55 |
| Hex | 36 | E1 | B9 | 4C | 0 | 12 | C | A6 | 4A | 37 |
| Octal | 66 | 341 | 271 | 114 | 0 | 22 | 14 | 246 | 112 | 67 |
| Binary | 110110 | 11100001 | 10111001 | 1001100 | 0 | 10010 | 1100 | 10100110 | 1001010 | 110111 |
Color Harmonies of #36E1B9
Complementary color
Monochromatic Colors of #36E1B9
Black with #36E1B9
Text Example
Text Example
White with #36E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E1B9; }
p { color: rgb(54,225,185); }
H1.HeaderClassName
{
color: #36E1B9;
}
.AnyTagClassName
{
color: #36E1B9;
}
</style>
background-color css
<style>
a { background-color: #36E1B9; }
a { background-color: rgb(54,225,185); }
div.DivClassName
{
background-color: #36E1B9;
}
.BgClassName
{
background-color: #36E1B9;
}
</style>
border-color css
<style>
span { border-color: #36E1B9; }
span { border-color: rgb(54,225,185); }
td.TdClassName
{
border-color: #36E1B9;
}
.TagClassName
{
border-color: #36E1B9;
}
</style>