Shades of Turquoise #39EEC0
Tints of Turquoise #39EEC0
RGB
CMYK
RGB Variations
Color information
#39EEC0 (or 0x39EEC0) is known color: Turquoise. HEX triplet: 39, EE and C0. RGB value is (57,238,192). Sum of RGB (Red+Green+Blue) = 57+238+192=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EEC0 is #C6113F. Grayscale: #B2B2B2. Windows color (decimal): -12980544 or 12643897. OLE color: 12643897.
HSL color Cylindrical-coordinate representation of color #39EEC0: hue angle of 164.75º 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 #39EEC0 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 238 | 192 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.07 |
| HSL | 164.75º | 0.84% | 0.58% | - |
| HSV(B) | 164.75º | 0.76% | 0.93% | - |
| XYZ | 41.78 | 65.82 | 60.37 | - |
| YUV | 178.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 238 | 192 | 0.76 | 0 | 0.19 | 0.07 | 164.75 | 0.84 | 0.58 |
| Hex | 39 | EE | C0 | 4C | 0 | 13 | 7 | A5 | 54 | 3A |
| Octal | 71 | 356 | 300 | 114 | 0 | 23 | 7 | 245 | 124 | 72 |
| Binary | 111001 | 11101110 | 11000000 | 1001100 | 0 | 10011 | 111 | 10100101 | 1010100 | 111010 |
Color Harmonies of #39EEC0
Complementary color
Monochromatic Colors of #39EEC0
Black with #39EEC0
Text Example
Text Example
White with #39EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EEC0; }
p { color: rgb(57,238,192); }
H1.HeaderClassName
{
color: #39EEC0;
}
.AnyTagClassName
{
color: #39EEC0;
}
</style>
background-color css
<style>
a { background-color: #39EEC0; }
a { background-color: rgb(57,238,192); }
div.DivClassName
{
background-color: #39EEC0;
}
.BgClassName
{
background-color: #39EEC0;
}
</style>
border-color css
<style>
span { border-color: #39EEC0; }
span { border-color: rgb(57,238,192); }
td.TdClassName
{
border-color: #39EEC0;
}
.TagClassName
{
border-color: #39EEC0;
}
</style>