Shades of Turquoise #39E9E7
Tints of Turquoise #39E9E7
RGB
CMYK
RGB Variations
Color information
#39E9E7 (or 0x39E9E7) is known color: Turquoise. HEX triplet: 39, E9 and E7. RGB value is (57,233,231). Sum of RGB (Red+Green+Blue) = 57+233+231=521 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.94% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #39E9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39E9E7 is #C61618. Grayscale: #B3B3B3. Windows color (decimal): -12981785 or 15198521. OLE color: 15198521.
HSL color Cylindrical-coordinate representation of color #39E9E7: hue angle of 179.32º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E9E7 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 233 | 231 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.09 |
| HSL | 179.32º | 0.8% | 0.57% | - |
| HSV(B) | 179.32º | 0.76% | 0.91% | - |
| XYZ | 45.25 | 64.92 | 85.75 | - |
| YUV | 180.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 233 | 231 | 0.76 | 0 | 0.01 | 0.09 | 179.32 | 0.8 | 0.57 |
| Hex | 39 | E9 | E7 | 4C | 0 | 1 | 9 | B3 | 50 | 39 |
| Octal | 71 | 351 | 347 | 114 | 0 | 1 | 11 | 263 | 120 | 71 |
| Binary | 111001 | 11101001 | 11100111 | 1001100 | 0 | 1 | 1001 | 10110011 | 1010000 | 111001 |
Color Harmonies of #39E9E7
Complementary color
Monochromatic Colors of #39E9E7
Black with #39E9E7
Text Example
Text Example
White with #39E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E9E7; }
p { color: rgb(57,233,231); }
H1.HeaderClassName
{
color: #39E9E7;
}
.AnyTagClassName
{
color: #39E9E7;
}
</style>
background-color css
<style>
a { background-color: #39E9E7; }
a { background-color: rgb(57,233,231); }
div.DivClassName
{
background-color: #39E9E7;
}
.BgClassName
{
background-color: #39E9E7;
}
</style>
border-color css
<style>
span { border-color: #39E9E7; }
span { border-color: rgb(57,233,231); }
td.TdClassName
{
border-color: #39E9E7;
}
.TagClassName
{
border-color: #39E9E7;
}
</style>