Shades of Turquoise #36EBBE
Tints of Turquoise #36EBBE
RGB
CMYK
RGB Variations
Color information
#36EBBE (or 0x36EBBE) is known color: Turquoise. HEX triplet: 36, EB and BE. RGB value is (54,235,190). Sum of RGB (Red+Green+Blue) = 54+235+190=479 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.27% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EBBE is #C91441. Grayscale: #AFAFAF. Windows color (decimal): -13177922 or 12512054. OLE color: 12512054.
HSL color Cylindrical-coordinate representation of color #36EBBE: hue angle of 165.08º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EBBE is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 235 | 190 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.08 |
| HSL | 165.08º | 0.82% | 0.57% | - |
| HSV(B) | 165.08º | 0.77% | 0.92% | - |
| XYZ | 40.52 | 63.92 | 58.92 | - |
| YUV | 175.75 | 136.03 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 235 | 190 | 0.77 | 0 | 0.19 | 0.08 | 165.08 | 0.82 | 0.57 |
| Hex | 36 | EB | BE | 4D | 0 | 13 | 8 | A5 | 52 | 39 |
| Octal | 66 | 353 | 276 | 115 | 0 | 23 | 10 | 245 | 122 | 71 |
| Binary | 110110 | 11101011 | 10111110 | 1001101 | 0 | 10011 | 1000 | 10100101 | 1010010 | 111001 |
Color Harmonies of #36EBBE
Complementary color
Monochromatic Colors of #36EBBE
Black with #36EBBE
Text Example
Text Example
White with #36EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EBBE; }
p { color: rgb(54,235,190); }
H1.HeaderClassName
{
color: #36EBBE;
}
.AnyTagClassName
{
color: #36EBBE;
}
</style>
background-color css
<style>
a { background-color: #36EBBE; }
a { background-color: rgb(54,235,190); }
div.DivClassName
{
background-color: #36EBBE;
}
.BgClassName
{
background-color: #36EBBE;
}
</style>
border-color css
<style>
span { border-color: #36EBBE; }
span { border-color: rgb(54,235,190); }
td.TdClassName
{
border-color: #36EBBE;
}
.TagClassName
{
border-color: #36EBBE;
}
</style>