Shades of Turquoise #39EDE2
Tints of Turquoise #39EDE2
RGB
CMYK
RGB Variations
Color information
#39EDE2 (or 0x39EDE2) is known color: Turquoise. HEX triplet: 39, ED and E2. RGB value is (57,237,226). Sum of RGB (Red+Green+Blue) = 57+237+226=520 (68% of max value = 765). Red value is 57 (22.66% from 255 or 10.96% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #39EDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EDE2 is #C6121D. Grayscale: #B5B5B5. Windows color (decimal): -12980766 or 14871865. OLE color: 14871865.
HSL color Cylindrical-coordinate representation of color #39EDE2: hue angle of 176.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EDE2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 237 | 226 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.07 |
| HSL | 176.33º | 0.83% | 0.58% | - |
| HSV(B) | 176.33º | 0.76% | 0.93% | - |
| XYZ | 45.7 | 66.93 | 82.46 | - |
| YUV | 181.93 | 152.87 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 226 | 0.76 | 0 | 0.05 | 0.07 | 176.33 | 0.83 | 0.58 |
| Hex | 39 | ED | E2 | 4C | 0 | 5 | 7 | B0 | 53 | 3A |
| Octal | 71 | 355 | 342 | 114 | 0 | 5 | 7 | 260 | 123 | 72 |
| Binary | 111001 | 11101101 | 11100010 | 1001100 | 0 | 101 | 111 | 10110000 | 1010011 | 111010 |
Color Harmonies of #39EDE2
Complementary color
Monochromatic Colors of #39EDE2
Black with #39EDE2
Text Example
Text Example
White with #39EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EDE2; }
p { color: rgb(57,237,226); }
H1.HeaderClassName
{
color: #39EDE2;
}
.AnyTagClassName
{
color: #39EDE2;
}
</style>
background-color css
<style>
a { background-color: #39EDE2; }
a { background-color: rgb(57,237,226); }
div.DivClassName
{
background-color: #39EDE2;
}
.BgClassName
{
background-color: #39EDE2;
}
</style>
border-color css
<style>
span { border-color: #39EDE2; }
span { border-color: rgb(57,237,226); }
td.TdClassName
{
border-color: #39EDE2;
}
.TagClassName
{
border-color: #39EDE2;
}
</style>