Shades of Turquoise #39DCD3
Tints of Turquoise #39DCD3
RGB
CMYK
RGB Variations
Color information
#39DCD3 (or 0x39DCD3) is known color: Turquoise. HEX triplet: 39, DC and D3. RGB value is (57,220,211). Sum of RGB (Red+Green+Blue) = 57+220+211=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCD3 is #C6232C. Grayscale: #AAAAAA. Windows color (decimal): -12985133 or 13884473. OLE color: 13884473.
HSL color Cylindrical-coordinate representation of color #39DCD3: hue angle of 176.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DCD3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 211 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.14 |
| HSL | 176.69º | 0.7% | 0.54% | - |
| HSV(B) | 176.69º | 0.74% | 0.86% | - |
| XYZ | 39.04 | 56.76 | 70.53 | - |
| YUV | 170.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 211 | 0.74 | 0 | 0.04 | 0.14 | 176.69 | 0.7 | 0.54 |
| Hex | 39 | DC | D3 | 4A | 0 | 4 | E | B1 | 46 | 36 |
| Octal | 71 | 334 | 323 | 112 | 0 | 4 | 16 | 261 | 106 | 66 |
| Binary | 111001 | 11011100 | 11010011 | 1001010 | 0 | 100 | 1110 | 10110001 | 1000110 | 110110 |
Color Harmonies of #39DCD3
Complementary color
Monochromatic Colors of #39DCD3
Black with #39DCD3
Text Example
Text Example
White with #39DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCD3; }
p { color: rgb(57,220,211); }
H1.HeaderClassName
{
color: #39DCD3;
}
.AnyTagClassName
{
color: #39DCD3;
}
</style>
background-color css
<style>
a { background-color: #39DCD3; }
a { background-color: rgb(57,220,211); }
div.DivClassName
{
background-color: #39DCD3;
}
.BgClassName
{
background-color: #39DCD3;
}
</style>
border-color css
<style>
span { border-color: #39DCD3; }
span { border-color: rgb(57,220,211); }
td.TdClassName
{
border-color: #39DCD3;
}
.TagClassName
{
border-color: #39DCD3;
}
</style>