Shades of Turquoise #39E0EC
Tints of Turquoise #39E0EC
RGB
CMYK
RGB Variations
Color information
#39E0EC (or 0x39E0EC) is known color: Turquoise. HEX triplet: 39, E0 and EC. RGB value is (57,224,236). Sum of RGB (Red+Green+Blue) = 57+224+236=517 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.03% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #39E0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E0EC is #C61F13. Grayscale: #AFAFAF. Windows color (decimal): -12984084 or 15523897. OLE color: 15523897.
HSL color Cylindrical-coordinate representation of color #39E0EC: hue angle of 184.02º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E0EC is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 224 | 236 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.07 |
| HSL | 184.02º | 0.82% | 0.57% | - |
| HSV(B) | 184.02º | 0.76% | 0.93% | - |
| XYZ | 43.48 | 60.24 | 88.69 | - |
| YUV | 175.44 | 162.17 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 224 | 236 | 0.76 | 0.05 | 0 | 0.07 | 184.02 | 0.82 | 0.57 |
| Hex | 39 | E0 | EC | 4C | 5 | 0 | 7 | B8 | 52 | 39 |
| Octal | 71 | 340 | 354 | 114 | 5 | 0 | 7 | 270 | 122 | 71 |
| Binary | 111001 | 11100000 | 11101100 | 1001100 | 101 | 0 | 111 | 10111000 | 1010010 | 111001 |
Color Harmonies of #39E0EC
Complementary color
Monochromatic Colors of #39E0EC
Black with #39E0EC
Text Example
Text Example
White with #39E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E0EC; }
p { color: rgb(57,224,236); }
H1.HeaderClassName
{
color: #39E0EC;
}
.AnyTagClassName
{
color: #39E0EC;
}
</style>
background-color css
<style>
a { background-color: #39E0EC; }
a { background-color: rgb(57,224,236); }
div.DivClassName
{
background-color: #39E0EC;
}
.BgClassName
{
background-color: #39E0EC;
}
</style>
border-color css
<style>
span { border-color: #39E0EC; }
span { border-color: rgb(57,224,236); }
td.TdClassName
{
border-color: #39E0EC;
}
.TagClassName
{
border-color: #39E0EC;
}
</style>