Shades of Turquoise #39DEDD
Tints of Turquoise #39DEDD
RGB
CMYK
RGB Variations
Color information
#39DEDD (or 0x39DEDD) is known color: Turquoise. HEX triplet: 39, DE and DD. RGB value is (57,222,221). Sum of RGB (Red+Green+Blue) = 57+222+221=500 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #39DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEDD is #C62122. Grayscale: #ACACAC. Windows color (decimal): -12984611 or 14540345. OLE color: 14540345.
HSL color Cylindrical-coordinate representation of color #39DEDD: hue angle of 179.64º 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 #39DEDD is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 222 | 221 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.13 |
| HSL | 179.64º | 0.71% | 0.55% | - |
| HSV(B) | 179.64º | 0.74% | 0.87% | - |
| XYZ | 40.86 | 58.33 | 77.51 | - |
| YUV | 172.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 222 | 221 | 0.74 | 0 | 0.00 | 0.13 | 179.64 | 0.71 | 0.55 |
| Hex | 39 | DE | DD | 4A | 0 | 0 | D | B4 | 47 | 37 |
| Octal | 71 | 336 | 335 | 112 | 0 | 0 | 15 | 264 | 107 | 67 |
| Binary | 111001 | 11011110 | 11011101 | 1001010 | 0 | 0 | 1101 | 10110100 | 1000111 | 110111 |
Color Harmonies of #39DEDD
Complementary color
Monochromatic Colors of #39DEDD
Black with #39DEDD
Text Example
Text Example
White with #39DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DEDD; }
p { color: rgb(57,222,221); }
H1.HeaderClassName
{
color: #39DEDD;
}
.AnyTagClassName
{
color: #39DEDD;
}
</style>
background-color css
<style>
a { background-color: #39DEDD; }
a { background-color: rgb(57,222,221); }
div.DivClassName
{
background-color: #39DEDD;
}
.BgClassName
{
background-color: #39DEDD;
}
</style>
border-color css
<style>
span { border-color: #39DEDD; }
span { border-color: rgb(57,222,221); }
td.TdClassName
{
border-color: #39DEDD;
}
.TagClassName
{
border-color: #39DEDD;
}
</style>