Shades of Medium Turquoise #39C9DC
Tints of Medium Turquoise #39C9DC
RGB
CMYK
RGB Variations
Color information
#39C9DC (or 0x39C9DC) is known color: Medium Turquoise. HEX triplet: 39, C9 and DC. RGB value is (57,201,220). Sum of RGB (Red+Green+Blue) = 57+201+220=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #39C9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C9DC is #C63623. Grayscale: #9F9F9F. Windows color (decimal): -12989988 or 14469433. OLE color: 14469433.
HSL color Cylindrical-coordinate representation of color #39C9DC: hue angle of 186.99º 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 #39C9DC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 201 | 220 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.14 |
| HSL | 186.99º | 0.7% | 0.54% | - |
| HSV(B) | 186.99º | 0.74% | 0.86% | - |
| XYZ | 35.49 | 47.81 | 75.07 | - |
| YUV | 160.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 201 | 220 | 0.74 | 0.09 | 0 | 0.14 | 186.99 | 0.7 | 0.54 |
| Hex | 39 | C9 | DC | 4A | 9 | 0 | E | BB | 46 | 36 |
| Octal | 71 | 311 | 334 | 112 | 11 | 0 | 16 | 273 | 106 | 66 |
| Binary | 111001 | 11001001 | 11011100 | 1001010 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110110 |
Color Harmonies of #39C9DC
Complementary color
Monochromatic Colors of #39C9DC
Black with #39C9DC
Text Example
Text Example
White with #39C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C9DC; }
p { color: rgb(57,201,220); }
H1.HeaderClassName
{
color: #39C9DC;
}
.AnyTagClassName
{
color: #39C9DC;
}
</style>
background-color css
<style>
a { background-color: #39C9DC; }
a { background-color: rgb(57,201,220); }
div.DivClassName
{
background-color: #39C9DC;
}
.BgClassName
{
background-color: #39C9DC;
}
</style>
border-color css
<style>
span { border-color: #39C9DC; }
span { border-color: rgb(57,201,220); }
td.TdClassName
{
border-color: #39C9DC;
}
.TagClassName
{
border-color: #39C9DC;
}
</style>