Shades of Medium Turquoise #39C0C9
Tints of Medium Turquoise #39C0C9
RGB
CMYK
RGB Variations
Color information
#39C0C9 (or 0x39C0C9) is known color: Medium Turquoise. HEX triplet: 39, C0 and C9. RGB value is (57,192,201). Sum of RGB (Red+Green+Blue) = 57+192+201=450 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #39C0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C0C9 is #C63F36. Grayscale: #989898. Windows color (decimal): -12992311 or 13221945. OLE color: 13221945.
HSL color Cylindrical-coordinate representation of color #39C0C9: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C0C9 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 192 | 201 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.21 |
| HSL | 183.75º | 0.57% | 0.51% | - |
| HSV(B) | 183.75º | 0.72% | 0.79% | - |
| XYZ | 31.08 | 42.79 | 61.88 | - |
| YUV | 152.66 | 155.27 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 201 | 0.72 | 0.04 | 0 | 0.21 | 183.75 | 0.57 | 0.51 |
| Hex | 39 | C0 | C9 | 48 | 4 | 0 | 15 | B8 | 39 | 33 |
| Octal | 71 | 300 | 311 | 110 | 4 | 0 | 25 | 270 | 71 | 63 |
| Binary | 111001 | 11000000 | 11001001 | 1001000 | 100 | 0 | 10101 | 10111000 | 111001 | 110011 |
Color Harmonies of #39C0C9
Complementary color
Monochromatic Colors of #39C0C9
Black with #39C0C9
Text Example
Text Example
White with #39C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C0C9; }
p { color: rgb(57,192,201); }
H1.HeaderClassName
{
color: #39C0C9;
}
.AnyTagClassName
{
color: #39C0C9;
}
</style>
background-color css
<style>
a { background-color: #39C0C9; }
a { background-color: rgb(57,192,201); }
div.DivClassName
{
background-color: #39C0C9;
}
.BgClassName
{
background-color: #39C0C9;
}
</style>
border-color css
<style>
span { border-color: #39C0C9; }
span { border-color: rgb(57,192,201); }
td.TdClassName
{
border-color: #39C0C9;
}
.TagClassName
{
border-color: #39C0C9;
}
</style>