Shades of Turquoise #39ECE9
Tints of Turquoise #39ECE9
RGB
CMYK
RGB Variations
Color information
#39ECE9 (or 0x39ECE9) is known color: Turquoise. HEX triplet: 39, EC and E9. RGB value is (57,236,233). Sum of RGB (Red+Green+Blue) = 57+236+233=526 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.84% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #39ECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39ECE9 is #C61316. Grayscale: #B5B5B5. Windows color (decimal): -12981015 or 15330361. OLE color: 15330361.
HSL color Cylindrical-coordinate representation of color #39ECE9: hue angle of 178.99º 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 #39ECE9 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 236 | 233 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.07 |
| HSL | 178.99º | 0.82% | 0.57% | - |
| HSV(B) | 178.99º | 0.76% | 0.93% | - |
| XYZ | 46.39 | 66.74 | 87.53 | - |
| YUV | 182.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 236 | 233 | 0.76 | 0 | 0.01 | 0.07 | 178.99 | 0.82 | 0.57 |
| Hex | 39 | EC | E9 | 4C | 0 | 1 | 7 | B3 | 52 | 39 |
| Octal | 71 | 354 | 351 | 114 | 0 | 1 | 7 | 263 | 122 | 71 |
| Binary | 111001 | 11101100 | 11101001 | 1001100 | 0 | 1 | 111 | 10110011 | 1010010 | 111001 |
Color Harmonies of #39ECE9
Complementary color
Monochromatic Colors of #39ECE9
Black with #39ECE9
Text Example
Text Example
White with #39ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ECE9; }
p { color: rgb(57,236,233); }
H1.HeaderClassName
{
color: #39ECE9;
}
.AnyTagClassName
{
color: #39ECE9;
}
</style>
background-color css
<style>
a { background-color: #39ECE9; }
a { background-color: rgb(57,236,233); }
div.DivClassName
{
background-color: #39ECE9;
}
.BgClassName
{
background-color: #39ECE9;
}
</style>
border-color css
<style>
span { border-color: #39ECE9; }
span { border-color: rgb(57,236,233); }
td.TdClassName
{
border-color: #39ECE9;
}
.TagClassName
{
border-color: #39ECE9;
}
</style>