Shades of Turquoise #39DEDC
Tints of Turquoise #39DEDC
RGB
CMYK
RGB Variations
Color information
#39DEDC (or 0x39DEDC) is known color: Turquoise. HEX triplet: 39, DE and DC. RGB value is (57,222,220). Sum of RGB (Red+Green+Blue) = 57+222+220=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #39DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEDC is #C62123. Grayscale: #ACACAC. Windows color (decimal): -12984612 or 14474809. OLE color: 14474809.
HSL color Cylindrical-coordinate representation of color #39DEDC: hue angle of 179.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DEDC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 222 | 220 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.13 |
| HSL | 179.27º | 0.71% | 0.55% | - |
| HSV(B) | 179.27º | 0.74% | 0.87% | - |
| XYZ | 40.73 | 58.28 | 76.81 | - |
| YUV | 172.44 | 154.84 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 222 | 220 | 0.74 | 0 | 0.01 | 0.13 | 179.27 | 0.71 | 0.55 |
| Hex | 39 | DE | DC | 4A | 0 | 1 | D | B3 | 47 | 37 |
| Octal | 71 | 336 | 334 | 112 | 0 | 1 | 15 | 263 | 107 | 67 |
| Binary | 111001 | 11011110 | 11011100 | 1001010 | 0 | 1 | 1101 | 10110011 | 1000111 | 110111 |
Color Harmonies of #39DEDC
Complementary color
Monochromatic Colors of #39DEDC
Black with #39DEDC
Text Example
Text Example
White with #39DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DEDC; }
p { color: rgb(57,222,220); }
H1.HeaderClassName
{
color: #39DEDC;
}
.AnyTagClassName
{
color: #39DEDC;
}
</style>
background-color css
<style>
a { background-color: #39DEDC; }
a { background-color: rgb(57,222,220); }
div.DivClassName
{
background-color: #39DEDC;
}
.BgClassName
{
background-color: #39DEDC;
}
</style>
border-color css
<style>
span { border-color: #39DEDC; }
span { border-color: rgb(57,222,220); }
td.TdClassName
{
border-color: #39DEDC;
}
.TagClassName
{
border-color: #39DEDC;
}
</style>