Shades of Medium Turquoise #39CCC5
Tints of Medium Turquoise #39CCC5
RGB
CMYK
RGB Variations
Color information
#39CCC5 (or 0x39CCC5) is known color: Medium Turquoise. HEX triplet: 39, CC and C5. RGB value is (57,204,197). Sum of RGB (Red+Green+Blue) = 57+204+197=458 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.45% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #39CCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCC5 is #C6333A. Grayscale: #9F9F9F. Windows color (decimal): -12989243 or 12962873. OLE color: 12962873.
HSL color Cylindrical-coordinate representation of color #39CCC5: hue angle of 177.14º 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 #39CCC5 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 197 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.2 |
| HSL | 177.14º | 0.59% | 0.51% | - |
| HSV(B) | 177.14º | 0.72% | 0.8% | - |
| XYZ | 33.36 | 48.09 | 60.35 | - |
| YUV | 159.25 | 149.3 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 197 | 0.72 | 0 | 0.03 | 0.2 | 177.14 | 0.59 | 0.51 |
| Hex | 39 | CC | C5 | 48 | 0 | 3 | 14 | B1 | 3B | 33 |
| Octal | 71 | 314 | 305 | 110 | 0 | 3 | 24 | 261 | 73 | 63 |
| Binary | 111001 | 11001100 | 11000101 | 1001000 | 0 | 11 | 10100 | 10110001 | 111011 | 110011 |
Color Harmonies of #39CCC5
Complementary color
Monochromatic Colors of #39CCC5
Black with #39CCC5
Text Example
Text Example
White with #39CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CCC5; }
p { color: rgb(57,204,197); }
H1.HeaderClassName
{
color: #39CCC5;
}
.AnyTagClassName
{
color: #39CCC5;
}
</style>
background-color css
<style>
a { background-color: #39CCC5; }
a { background-color: rgb(57,204,197); }
div.DivClassName
{
background-color: #39CCC5;
}
.BgClassName
{
background-color: #39CCC5;
}
</style>
border-color css
<style>
span { border-color: #39CCC5; }
span { border-color: rgb(57,204,197); }
td.TdClassName
{
border-color: #39CCC5;
}
.TagClassName
{
border-color: #39CCC5;
}
</style>