Shades of Turquoise #39EBBE
Tints of Turquoise #39EBBE
RGB
CMYK
RGB Variations
Color information
#39EBBE (or 0x39EBBE) is known color: Turquoise. HEX triplet: 39, EB and BE. RGB value is (57,235,190). Sum of RGB (Red+Green+Blue) = 57+235+190=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBBE is #C61441. Grayscale: #B0B0B0. Windows color (decimal): -12981314 or 12512057. OLE color: 12512057.
HSL color Cylindrical-coordinate representation of color #39EBBE: hue angle of 164.83º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBBE is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 235 | 190 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.08 |
| HSL | 164.83º | 0.82% | 0.57% | - |
| HSV(B) | 164.83º | 0.76% | 0.92% | - |
| XYZ | 40.69 | 64 | 58.92 | - |
| YUV | 176.65 | 135.53 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 235 | 190 | 0.76 | 0 | 0.19 | 0.08 | 164.83 | 0.82 | 0.57 |
| Hex | 39 | EB | BE | 4C | 0 | 13 | 8 | A5 | 52 | 39 |
| Octal | 71 | 353 | 276 | 114 | 0 | 23 | 10 | 245 | 122 | 71 |
| Binary | 111001 | 11101011 | 10111110 | 1001100 | 0 | 10011 | 1000 | 10100101 | 1010010 | 111001 |
Color Harmonies of #39EBBE
Complementary color
Monochromatic Colors of #39EBBE
Black with #39EBBE
Text Example
Text Example
White with #39EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EBBE; }
p { color: rgb(57,235,190); }
H1.HeaderClassName
{
color: #39EBBE;
}
.AnyTagClassName
{
color: #39EBBE;
}
</style>
background-color css
<style>
a { background-color: #39EBBE; }
a { background-color: rgb(57,235,190); }
div.DivClassName
{
background-color: #39EBBE;
}
.BgClassName
{
background-color: #39EBBE;
}
</style>
border-color css
<style>
span { border-color: #39EBBE; }
span { border-color: rgb(57,235,190); }
td.TdClassName
{
border-color: #39EBBE;
}
.TagClassName
{
border-color: #39EBBE;
}
</style>