Shades of Medium Turquoise #39CCC3
Tints of Medium Turquoise #39CCC3
RGB
CMYK
RGB Variations
Color information
#39CCC3 (or 0x39CCC3) is known color: Medium Turquoise. HEX triplet: 39, CC and C3. RGB value is (57,204,195). Sum of RGB (Red+Green+Blue) = 57+204+195=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #39CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCC3 is #C6333C. Grayscale: #9E9E9E. Windows color (decimal): -12989245 or 12831801. OLE color: 12831801.
HSL color Cylindrical-coordinate representation of color #39CCC3: hue angle of 176.33º 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 #39CCC3 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 195 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.2 |
| HSL | 176.33º | 0.59% | 0.51% | - |
| HSV(B) | 176.33º | 0.72% | 0.8% | - |
| XYZ | 33.13 | 48 | 59.15 | - |
| YUV | 159.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 195 | 0.72 | 0 | 0.04 | 0.2 | 176.33 | 0.59 | 0.51 |
| Hex | 39 | CC | C3 | 48 | 0 | 4 | 14 | B0 | 3B | 33 |
| Octal | 71 | 314 | 303 | 110 | 0 | 4 | 24 | 260 | 73 | 63 |
| Binary | 111001 | 11001100 | 11000011 | 1001000 | 0 | 100 | 10100 | 10110000 | 111011 | 110011 |
Color Harmonies of #39CCC3
Complementary color
Monochromatic Colors of #39CCC3
Black with #39CCC3
Text Example
Text Example
White with #39CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CCC3; }
p { color: rgb(57,204,195); }
H1.HeaderClassName
{
color: #39CCC3;
}
.AnyTagClassName
{
color: #39CCC3;
}
</style>
background-color css
<style>
a { background-color: #39CCC3; }
a { background-color: rgb(57,204,195); }
div.DivClassName
{
background-color: #39CCC3;
}
.BgClassName
{
background-color: #39CCC3;
}
</style>
border-color css
<style>
span { border-color: #39CCC3; }
span { border-color: rgb(57,204,195); }
td.TdClassName
{
border-color: #39CCC3;
}
.TagClassName
{
border-color: #39CCC3;
}
</style>