Shades of Turquoise #39EEE0
Tints of Turquoise #39EEE0
RGB
CMYK
RGB Variations
Color information
#39EEE0 (or 0x39EEE0) is known color: Turquoise. HEX triplet: 39, EE and E0. RGB value is (57,238,224). Sum of RGB (Red+Green+Blue) = 57+238+224=519 (68% of max value = 765). Red value is 57 (22.66% from 255 or 10.98% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EEE0 is #C6111F. Grayscale: #B6B6B6. Windows color (decimal): -12980512 or 14741049. OLE color: 14741049.
HSL color Cylindrical-coordinate representation of color #39EEE0: hue angle of 175.36º 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 #39EEE0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 238 | 224 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.07 |
| HSL | 175.36º | 0.84% | 0.58% | - |
| HSV(B) | 175.36º | 0.76% | 0.93% | - |
| XYZ | 45.72 | 67.4 | 81.12 | - |
| YUV | 182.29 | 151.53 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 238 | 224 | 0.76 | 0 | 0.06 | 0.07 | 175.36 | 0.84 | 0.58 |
| Hex | 39 | EE | E0 | 4C | 0 | 6 | 7 | AF | 54 | 3A |
| Octal | 71 | 356 | 340 | 114 | 0 | 6 | 7 | 257 | 124 | 72 |
| Binary | 111001 | 11101110 | 11100000 | 1001100 | 0 | 110 | 111 | 10101111 | 1010100 | 111010 |
Color Harmonies of #39EEE0
Complementary color
Monochromatic Colors of #39EEE0
Black with #39EEE0
Text Example
Text Example
White with #39EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EEE0; }
p { color: rgb(57,238,224); }
H1.HeaderClassName
{
color: #39EEE0;
}
.AnyTagClassName
{
color: #39EEE0;
}
</style>
background-color css
<style>
a { background-color: #39EEE0; }
a { background-color: rgb(57,238,224); }
div.DivClassName
{
background-color: #39EEE0;
}
.BgClassName
{
background-color: #39EEE0;
}
</style>
border-color css
<style>
span { border-color: #39EEE0; }
span { border-color: rgb(57,238,224); }
td.TdClassName
{
border-color: #39EEE0;
}
.TagClassName
{
border-color: #39EEE0;
}
</style>