Shades of Turquoise #39EDDC
Tints of Turquoise #39EDDC
RGB
CMYK
RGB Variations
Color information
#39EDDC (or 0x39EDDC) is known color: Turquoise. HEX triplet: 39, ED and DC. RGB value is (57,237,220). Sum of RGB (Red+Green+Blue) = 57+237+220=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #39EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EDDC is #C61223. Grayscale: #B5B5B5. Windows color (decimal): -12980772 or 14478649. OLE color: 14478649.
HSL color Cylindrical-coordinate representation of color #39EDDC: hue angle of 174.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 #39EDDC is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 237 | 220 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.07 |
| HSL | 174.33º | 0.83% | 0.58% | - |
| HSV(B) | 174.33º | 0.76% | 0.93% | - |
| XYZ | 44.89 | 66.61 | 78.2 | - |
| YUV | 181.24 | 149.87 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 220 | 0.76 | 0 | 0.07 | 0.07 | 174.33 | 0.83 | 0.58 |
| Hex | 39 | ED | DC | 4C | 0 | 7 | 7 | AE | 53 | 3A |
| Octal | 71 | 355 | 334 | 114 | 0 | 7 | 7 | 256 | 123 | 72 |
| Binary | 111001 | 11101101 | 11011100 | 1001100 | 0 | 111 | 111 | 10101110 | 1010011 | 111010 |
Color Harmonies of #39EDDC
Complementary color
Monochromatic Colors of #39EDDC
Black with #39EDDC
Text Example
Text Example
White with #39EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EDDC; }
p { color: rgb(57,237,220); }
H1.HeaderClassName
{
color: #39EDDC;
}
.AnyTagClassName
{
color: #39EDDC;
}
</style>
background-color css
<style>
a { background-color: #39EDDC; }
a { background-color: rgb(57,237,220); }
div.DivClassName
{
background-color: #39EDDC;
}
.BgClassName
{
background-color: #39EDDC;
}
</style>
border-color css
<style>
span { border-color: #39EDDC; }
span { border-color: rgb(57,237,220); }
td.TdClassName
{
border-color: #39EDDC;
}
.TagClassName
{
border-color: #39EDDC;
}
</style>