Shades of Turquoise #39E8E3
Tints of Turquoise #39E8E3
RGB
CMYK
RGB Variations
Color information
#39E8E3 (or 0x39E8E3) is known color: Turquoise. HEX triplet: 39, E8 and E3. RGB value is (57,232,227). Sum of RGB (Red+Green+Blue) = 57+232+227=516 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.05% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #39E8E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E8E3 is #C6171C. Grayscale: #B2B2B2. Windows color (decimal): -12982045 or 14936121. OLE color: 14936121.
HSL color Cylindrical-coordinate representation of color #39E8E3: hue angle of 178.29º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E8E3 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 232 | 227 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.09 |
| HSL | 178.29º | 0.79% | 0.57% | - |
| HSV(B) | 178.29º | 0.75% | 0.91% | - |
| XYZ | 44.41 | 64.13 | 82.71 | - |
| YUV | 179.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 232 | 227 | 0.75 | 0 | 0.02 | 0.09 | 178.29 | 0.79 | 0.57 |
| Hex | 39 | E8 | E3 | 4B | 0 | 2 | 9 | B2 | 4F | 39 |
| Octal | 71 | 350 | 343 | 113 | 0 | 2 | 11 | 262 | 117 | 71 |
| Binary | 111001 | 11101000 | 11100011 | 1001011 | 0 | 10 | 1001 | 10110010 | 1001111 | 111001 |
Color Harmonies of #39E8E3
Complementary color
Monochromatic Colors of #39E8E3
Black with #39E8E3
Text Example
Text Example
White with #39E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E8E3; }
p { color: rgb(57,232,227); }
H1.HeaderClassName
{
color: #39E8E3;
}
.AnyTagClassName
{
color: #39E8E3;
}
</style>
background-color css
<style>
a { background-color: #39E8E3; }
a { background-color: rgb(57,232,227); }
div.DivClassName
{
background-color: #39E8E3;
}
.BgClassName
{
background-color: #39E8E3;
}
</style>
border-color css
<style>
span { border-color: #39E8E3; }
span { border-color: rgb(57,232,227); }
td.TdClassName
{
border-color: #39E8E3;
}
.TagClassName
{
border-color: #39E8E3;
}
</style>