Shades of Medium Turquoise #39CDD9
Tints of Medium Turquoise #39CDD9
RGB
CMYK
RGB Variations
Color information
#39CDD9 (or 0x39CDD9) is known color: Medium Turquoise. HEX triplet: 39, CD and D9. RGB value is (57,205,217). Sum of RGB (Red+Green+Blue) = 57+205+217=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #39CDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDD9 is #C63226. Grayscale: #A1A1A1. Windows color (decimal): -12988967 or 14273849. OLE color: 14273849.
HSL color Cylindrical-coordinate representation of color #39CDD9: hue angle of 184.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CDD9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 205 | 217 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.15 |
| HSL | 184.5º | 0.68% | 0.54% | - |
| HSV(B) | 184.5º | 0.74% | 0.85% | - |
| XYZ | 36.04 | 49.54 | 73.31 | - |
| YUV | 162.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 205 | 217 | 0.74 | 0.06 | 0 | 0.15 | 184.5 | 0.68 | 0.54 |
| Hex | 39 | CD | D9 | 4A | 6 | 0 | F | B8 | 44 | 36 |
| Octal | 71 | 315 | 331 | 112 | 6 | 0 | 17 | 270 | 104 | 66 |
| Binary | 111001 | 11001101 | 11011001 | 1001010 | 110 | 0 | 1111 | 10111000 | 1000100 | 110110 |
Color Harmonies of #39CDD9
Complementary color
Monochromatic Colors of #39CDD9
Black with #39CDD9
Text Example
Text Example
White with #39CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CDD9; }
p { color: rgb(57,205,217); }
H1.HeaderClassName
{
color: #39CDD9;
}
.AnyTagClassName
{
color: #39CDD9;
}
</style>
background-color css
<style>
a { background-color: #39CDD9; }
a { background-color: rgb(57,205,217); }
div.DivClassName
{
background-color: #39CDD9;
}
.BgClassName
{
background-color: #39CDD9;
}
</style>
border-color css
<style>
span { border-color: #39CDD9; }
span { border-color: rgb(57,205,217); }
td.TdClassName
{
border-color: #39CDD9;
}
.TagClassName
{
border-color: #39CDD9;
}
</style>