Shades of Medium Turquoise #39C5B3
Tints of Medium Turquoise #39C5B3
RGB
CMYK
RGB Variations
Color information
#39C5B3 (or 0x39C5B3) is known color: Medium Turquoise. HEX triplet: 39, C5 and B3. RGB value is (57,197,179). Sum of RGB (Red+Green+Blue) = 57+197+179=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #39C5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C5B3 is #C63A4C. Grayscale: #999999. Windows color (decimal): -12991053 or 11781433. OLE color: 11781433.
HSL color Cylindrical-coordinate representation of color #39C5B3: hue angle of 172.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C5B3 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 197 | 179 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.23 |
| HSL | 172.29º | 0.55% | 0.5% | - |
| HSV(B) | 172.29º | 0.71% | 0.77% | - |
| XYZ | 29.79 | 44.06 | 49.58 | - |
| YUV | 153.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 197 | 179 | 0.71 | 0 | 0.09 | 0.23 | 172.29 | 0.55 | 0.5 |
| Hex | 39 | C5 | B3 | 47 | 0 | 9 | 17 | AC | 37 | 32 |
| Octal | 71 | 305 | 263 | 107 | 0 | 11 | 27 | 254 | 67 | 62 |
| Binary | 111001 | 11000101 | 10110011 | 1000111 | 0 | 1001 | 10111 | 10101100 | 110111 | 110010 |
Color Harmonies of #39C5B3
Complementary color
Monochromatic Colors of #39C5B3
Black with #39C5B3
Text Example
Text Example
White with #39C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C5B3; }
p { color: rgb(57,197,179); }
H1.HeaderClassName
{
color: #39C5B3;
}
.AnyTagClassName
{
color: #39C5B3;
}
</style>
background-color css
<style>
a { background-color: #39C5B3; }
a { background-color: rgb(57,197,179); }
div.DivClassName
{
background-color: #39C5B3;
}
.BgClassName
{
background-color: #39C5B3;
}
</style>
border-color css
<style>
span { border-color: #39C5B3; }
span { border-color: rgb(57,197,179); }
td.TdClassName
{
border-color: #39C5B3;
}
.TagClassName
{
border-color: #39C5B3;
}
</style>