Shades of Medium Turquoise #39C8BA
Tints of Medium Turquoise #39C8BA
RGB
CMYK
RGB Variations
Color information
#39C8BA (or 0x39C8BA) is known color: Medium Turquoise. HEX triplet: 39, C8 and BA. RGB value is (57,200,186). Sum of RGB (Red+Green+Blue) = 57+200+186=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #39C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C8BA is #C63745. Grayscale: #9B9B9B. Windows color (decimal): -12990278 or 12240953. OLE color: 12240953.
HSL color Cylindrical-coordinate representation of color #39C8BA: hue angle of 174.13º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C8BA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 200 | 186 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.22 |
| HSL | 174.13º | 0.57% | 0.5% | - |
| HSV(B) | 174.13º | 0.72% | 0.78% | - |
| XYZ | 31.2 | 45.72 | 53.64 | - |
| YUV | 155.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 200 | 186 | 0.72 | 0 | 0.07 | 0.22 | 174.13 | 0.57 | 0.5 |
| Hex | 39 | C8 | BA | 48 | 0 | 7 | 16 | AE | 39 | 32 |
| Octal | 71 | 310 | 272 | 110 | 0 | 7 | 26 | 256 | 71 | 62 |
| Binary | 111001 | 11001000 | 10111010 | 1001000 | 0 | 111 | 10110 | 10101110 | 111001 | 110010 |
Color Harmonies of #39C8BA
Complementary color
Monochromatic Colors of #39C8BA
Black with #39C8BA
Text Example
Text Example
White with #39C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C8BA; }
p { color: rgb(57,200,186); }
H1.HeaderClassName
{
color: #39C8BA;
}
.AnyTagClassName
{
color: #39C8BA;
}
</style>
background-color css
<style>
a { background-color: #39C8BA; }
a { background-color: rgb(57,200,186); }
div.DivClassName
{
background-color: #39C8BA;
}
.BgClassName
{
background-color: #39C8BA;
}
</style>
border-color css
<style>
span { border-color: #39C8BA; }
span { border-color: rgb(57,200,186); }
td.TdClassName
{
border-color: #39C8BA;
}
.TagClassName
{
border-color: #39C8BA;
}
</style>