Shades of Turquoise #39EEEA
Tints of Turquoise #39EEEA
RGB
CMYK
RGB Variations
Color information
#39EEEA (or 0x39EEEA) is known color: Turquoise. HEX triplet: 39, EE and EA. RGB value is (57,238,234). Sum of RGB (Red+Green+Blue) = 57+238+234=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EEEA is #C61115. Grayscale: #B7B7B7. Windows color (decimal): -12980502 or 15396409. OLE color: 15396409.
HSL color Cylindrical-coordinate representation of color #39EEEA: hue angle of 178.67º 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 #39EEEA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 238 | 234 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.07 |
| HSL | 178.67º | 0.84% | 0.58% | - |
| HSV(B) | 178.67º | 0.76% | 0.93% | - |
| XYZ | 47.11 | 67.96 | 88.48 | - |
| YUV | 183.43 | 156.53 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 238 | 234 | 0.76 | 0 | 0.02 | 0.07 | 178.67 | 0.84 | 0.58 |
| Hex | 39 | EE | EA | 4C | 0 | 2 | 7 | B3 | 54 | 3A |
| Octal | 71 | 356 | 352 | 114 | 0 | 2 | 7 | 263 | 124 | 72 |
| Binary | 111001 | 11101110 | 11101010 | 1001100 | 0 | 10 | 111 | 10110011 | 1010100 | 111010 |
Color Harmonies of #39EEEA
Complementary color
Monochromatic Colors of #39EEEA
Black with #39EEEA
Text Example
Text Example
White with #39EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EEEA; }
p { color: rgb(57,238,234); }
H1.HeaderClassName
{
color: #39EEEA;
}
.AnyTagClassName
{
color: #39EEEA;
}
</style>
background-color css
<style>
a { background-color: #39EEEA; }
a { background-color: rgb(57,238,234); }
div.DivClassName
{
background-color: #39EEEA;
}
.BgClassName
{
background-color: #39EEEA;
}
</style>
border-color css
<style>
span { border-color: #39EEEA; }
span { border-color: rgb(57,238,234); }
td.TdClassName
{
border-color: #39EEEA;
}
.TagClassName
{
border-color: #39EEEA;
}
</style>