Shades of Medium Turquoise #31C2C0
Tints of Medium Turquoise #31C2C0
RGB
CMYK
RGB Variations
Color information
#31C2C0 (or 0x31C2C0) is known color: Medium Turquoise. HEX triplet: 31, C2 and C0. RGB value is (49,194,192). Sum of RGB (Red+Green+Blue) = 49+194+192=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #31C2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C2C0 is #CE3D3F. Grayscale: #969696. Windows color (decimal): -13516096 or 12632625. OLE color: 12632625.
HSL color Cylindrical-coordinate representation of color #31C2C0: hue angle of 179.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C2C0 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 192 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.24 |
| HSL | 179.17º | 0.6% | 0.48% | - |
| HSV(B) | 179.17º | 0.75% | 0.76% | - |
| XYZ | 30.07 | 43.04 | 56.59 | - |
| YUV | 150.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 192 | 0.75 | 0 | 0.01 | 0.24 | 179.17 | 0.6 | 0.48 |
| Hex | 31 | C2 | C0 | 4B | 0 | 1 | 18 | B3 | 3C | 30 |
| Octal | 61 | 302 | 300 | 113 | 0 | 1 | 30 | 263 | 74 | 60 |
| Binary | 110001 | 11000010 | 11000000 | 1001011 | 0 | 1 | 11000 | 10110011 | 111100 | 110000 |
Color Harmonies of #31C2C0
Complementary color
Monochromatic Colors of #31C2C0
Black with #31C2C0
Text Example
Text Example
White with #31C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2C0; }
p { color: rgb(49,194,192); }
H1.HeaderClassName
{
color: #31C2C0;
}
.AnyTagClassName
{
color: #31C2C0;
}
</style>
background-color css
<style>
a { background-color: #31C2C0; }
a { background-color: rgb(49,194,192); }
div.DivClassName
{
background-color: #31C2C0;
}
.BgClassName
{
background-color: #31C2C0;
}
</style>
border-color css
<style>
span { border-color: #31C2C0; }
span { border-color: rgb(49,194,192); }
td.TdClassName
{
border-color: #31C2C0;
}
.TagClassName
{
border-color: #31C2C0;
}
</style>