Shades of Turquoise #39EEB2
Tints of Turquoise #39EEB2
RGB
CMYK
RGB Variations
Color information
#39EEB2 (or 0x39EEB2) is known color: Turquoise. HEX triplet: 39, EE and B2. RGB value is (57,238,178). Sum of RGB (Red+Green+Blue) = 57+238+178=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39EEB2 is #C6114D. Grayscale: #B1B1B1. Windows color (decimal): -12980558 or 11726393. OLE color: 11726393.
HSL color Cylindrical-coordinate representation of color #39EEB2: hue angle of 160.11º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EEB2 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 238 | 178 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.07 |
| HSL | 160.11º | 0.84% | 0.58% | - |
| HSV(B) | 160.11º | 0.76% | 0.93% | - |
| XYZ | 40.3 | 65.23 | 52.59 | - |
| YUV | 177.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 238 | 178 | 0.76 | 0 | 0.25 | 0.07 | 160.11 | 0.84 | 0.58 |
| Hex | 39 | EE | B2 | 4C | 0 | 19 | 7 | A0 | 54 | 3A |
| Octal | 71 | 356 | 262 | 114 | 0 | 31 | 7 | 240 | 124 | 72 |
| Binary | 111001 | 11101110 | 10110010 | 1001100 | 0 | 11001 | 111 | 10100000 | 1010100 | 111010 |
Color Harmonies of #39EEB2
Complementary color
Monochromatic Colors of #39EEB2
Black with #39EEB2
Text Example
Text Example
White with #39EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EEB2; }
p { color: rgb(57,238,178); }
H1.HeaderClassName
{
color: #39EEB2;
}
.AnyTagClassName
{
color: #39EEB2;
}
</style>
background-color css
<style>
a { background-color: #39EEB2; }
a { background-color: rgb(57,238,178); }
div.DivClassName
{
background-color: #39EEB2;
}
.BgClassName
{
background-color: #39EEB2;
}
</style>
border-color css
<style>
span { border-color: #39EEB2; }
span { border-color: rgb(57,238,178); }
td.TdClassName
{
border-color: #39EEB2;
}
.TagClassName
{
border-color: #39EEB2;
}
</style>