Shades of Turquoise #39E4EC
Tints of Turquoise #39E4EC
RGB
CMYK
RGB Variations
Color information
#39E4EC (or 0x39E4EC) is known color: Turquoise. HEX triplet: 39, E4 and EC. RGB value is (57,228,236). Sum of RGB (Red+Green+Blue) = 57+228+236=521 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.94% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #39E4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E4EC is #C61B13. Grayscale: #B1B1B1. Windows color (decimal): -12983060 or 15524921. OLE color: 15524921.
HSL color Cylindrical-coordinate representation of color #39E4EC: hue angle of 182.68º 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 #39E4EC is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 228 | 236 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.07 |
| HSL | 182.68º | 0.82% | 0.57% | - |
| HSV(B) | 182.68º | 0.76% | 0.93% | - |
| XYZ | 44.57 | 62.41 | 89.05 | - |
| YUV | 177.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 228 | 236 | 0.76 | 0.03 | 0 | 0.07 | 182.68 | 0.82 | 0.57 |
| Hex | 39 | E4 | EC | 4C | 3 | 0 | 7 | B7 | 52 | 39 |
| Octal | 71 | 344 | 354 | 114 | 3 | 0 | 7 | 267 | 122 | 71 |
| Binary | 111001 | 11100100 | 11101100 | 1001100 | 11 | 0 | 111 | 10110111 | 1010010 | 111001 |
Color Harmonies of #39E4EC
Complementary color
Monochromatic Colors of #39E4EC
Black with #39E4EC
Text Example
Text Example
White with #39E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E4EC; }
p { color: rgb(57,228,236); }
H1.HeaderClassName
{
color: #39E4EC;
}
.AnyTagClassName
{
color: #39E4EC;
}
</style>
background-color css
<style>
a { background-color: #39E4EC; }
a { background-color: rgb(57,228,236); }
div.DivClassName
{
background-color: #39E4EC;
}
.BgClassName
{
background-color: #39E4EC;
}
</style>
border-color css
<style>
span { border-color: #39E4EC; }
span { border-color: rgb(57,228,236); }
td.TdClassName
{
border-color: #39E4EC;
}
.TagClassName
{
border-color: #39E4EC;
}
</style>