Shades of Medium Turquoise #39D3C8
Tints of Medium Turquoise #39D3C8
RGB
CMYK
RGB Variations
Color information
#39D3C8 (or 0x39D3C8) is known color: Medium Turquoise. HEX triplet: 39, D3 and C8. RGB value is (57,211,200). Sum of RGB (Red+Green+Blue) = 57+211+200=468 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.18% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D3C8 is #C62C37. Grayscale: #A3A3A3. Windows color (decimal): -12987448 or 13161273. OLE color: 13161273.
HSL color Cylindrical-coordinate representation of color #39D3C8: hue angle of 175.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D3C8 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 200 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.17 |
| HSL | 175.71º | 0.64% | 0.53% | - |
| HSV(B) | 175.71º | 0.73% | 0.83% | - |
| XYZ | 35.41 | 51.63 | 62.74 | - |
| YUV | 163.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 200 | 0.73 | 0 | 0.05 | 0.17 | 175.71 | 0.64 | 0.53 |
| Hex | 39 | D3 | C8 | 49 | 0 | 5 | 11 | B0 | 40 | 35 |
| Octal | 71 | 323 | 310 | 111 | 0 | 5 | 21 | 260 | 100 | 65 |
| Binary | 111001 | 11010011 | 11001000 | 1001001 | 0 | 101 | 10001 | 10110000 | 1000000 | 110101 |
Color Harmonies of #39D3C8
Complementary color
Monochromatic Colors of #39D3C8
Black with #39D3C8
Text Example
Text Example
White with #39D3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D3C8; }
p { color: rgb(57,211,200); }
H1.HeaderClassName
{
color: #39D3C8;
}
.AnyTagClassName
{
color: #39D3C8;
}
</style>
background-color css
<style>
a { background-color: #39D3C8; }
a { background-color: rgb(57,211,200); }
div.DivClassName
{
background-color: #39D3C8;
}
.BgClassName
{
background-color: #39D3C8;
}
</style>
border-color css
<style>
span { border-color: #39D3C8; }
span { border-color: rgb(57,211,200); }
td.TdClassName
{
border-color: #39D3C8;
}
.TagClassName
{
border-color: #39D3C8;
}
</style>