Shades of Turquoise #36E2BB
Tints of Turquoise #36E2BB
RGB
CMYK
RGB Variations
Color information
#36E2BB (or 0x36E2BB) is known color: Turquoise. HEX triplet: 36, E2 and BB. RGB value is (54,226,187). Sum of RGB (Red+Green+Blue) = 54+226+187=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #36E2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E2BB is #C91D44. Grayscale: #AAAAAA. Windows color (decimal): -13180229 or 12313142. OLE color: 12313142.
HSL color Cylindrical-coordinate representation of color #36E2BB: hue angle of 166.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E2BB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 226 | 187 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.11 |
| HSL | 166.4º | 0.75% | 0.55% | - |
| HSV(B) | 166.4º | 0.76% | 0.89% | - |
| XYZ | 37.69 | 58.76 | 56.37 | - |
| YUV | 170.13 | 137.52 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 226 | 187 | 0.76 | 0 | 0.17 | 0.11 | 166.4 | 0.75 | 0.55 |
| Hex | 36 | E2 | BB | 4C | 0 | 11 | B | A6 | 4B | 37 |
| Octal | 66 | 342 | 273 | 114 | 0 | 21 | 13 | 246 | 113 | 67 |
| Binary | 110110 | 11100010 | 10111011 | 1001100 | 0 | 10001 | 1011 | 10100110 | 1001011 | 110111 |
Color Harmonies of #36E2BB
Complementary color
Monochromatic Colors of #36E2BB
Black with #36E2BB
Text Example
Text Example
White with #36E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E2BB; }
p { color: rgb(54,226,187); }
H1.HeaderClassName
{
color: #36E2BB;
}
.AnyTagClassName
{
color: #36E2BB;
}
</style>
background-color css
<style>
a { background-color: #36E2BB; }
a { background-color: rgb(54,226,187); }
div.DivClassName
{
background-color: #36E2BB;
}
.BgClassName
{
background-color: #36E2BB;
}
</style>
border-color css
<style>
span { border-color: #36E2BB; }
span { border-color: rgb(54,226,187); }
td.TdClassName
{
border-color: #36E2BB;
}
.TagClassName
{
border-color: #36E2BB;
}
</style>