Shades of Medium Turquoise #39CCB9
Tints of Medium Turquoise #39CCB9
RGB
CMYK
RGB Variations
Color information
#39CCB9 (or 0x39CCB9) is known color: Medium Turquoise. HEX triplet: 39, CC and B9. RGB value is (57,204,185). Sum of RGB (Red+Green+Blue) = 57+204+185=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #39CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCB9 is #C63346. Grayscale: #9D9D9D. Windows color (decimal): -12989255 or 12176441. OLE color: 12176441.
HSL color Cylindrical-coordinate representation of color #39CCB9: hue angle of 172.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CCB9 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 185 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.2 |
| HSL | 172.24º | 0.59% | 0.51% | - |
| HSV(B) | 172.24º | 0.72% | 0.8% | - |
| XYZ | 32.04 | 47.56 | 53.39 | - |
| YUV | 157.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 185 | 0.72 | 0 | 0.09 | 0.2 | 172.24 | 0.59 | 0.51 |
| Hex | 39 | CC | B9 | 48 | 0 | 9 | 14 | AC | 3B | 33 |
| Octal | 71 | 314 | 271 | 110 | 0 | 11 | 24 | 254 | 73 | 63 |
| Binary | 111001 | 11001100 | 10111001 | 1001000 | 0 | 1001 | 10100 | 10101100 | 111011 | 110011 |
Color Harmonies of #39CCB9
Complementary color
Monochromatic Colors of #39CCB9
Black with #39CCB9
Text Example
Text Example
White with #39CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CCB9; }
p { color: rgb(57,204,185); }
H1.HeaderClassName
{
color: #39CCB9;
}
.AnyTagClassName
{
color: #39CCB9;
}
</style>
background-color css
<style>
a { background-color: #39CCB9; }
a { background-color: rgb(57,204,185); }
div.DivClassName
{
background-color: #39CCB9;
}
.BgClassName
{
background-color: #39CCB9;
}
</style>
border-color css
<style>
span { border-color: #39CCB9; }
span { border-color: rgb(57,204,185); }
td.TdClassName
{
border-color: #39CCB9;
}
.TagClassName
{
border-color: #39CCB9;
}
</style>