Shades of Medium Turquoise #31C6C0
Tints of Medium Turquoise #31C6C0
RGB
CMYK
RGB Variations
Color information
#31C6C0 (or 0x31C6C0) is known color: Medium Turquoise. HEX triplet: 31, C6 and C0. RGB value is (49,198,192). Sum of RGB (Red+Green+Blue) = 49+198+192=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #31C6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C6C0 is #CE393F. Grayscale: #989898. Windows color (decimal): -13515072 or 12633649. OLE color: 12633649.
HSL color Cylindrical-coordinate representation of color #31C6C0: hue angle of 177.58º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C6C0 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 192 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.22 |
| HSL | 177.58º | 0.6% | 0.48% | - |
| HSV(B) | 177.58º | 0.75% | 0.78% | - |
| XYZ | 30.98 | 44.85 | 56.89 | - |
| YUV | 152.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 192 | 0.75 | 0 | 0.03 | 0.22 | 177.58 | 0.6 | 0.48 |
| Hex | 31 | C6 | C0 | 4B | 0 | 3 | 16 | B2 | 3C | 30 |
| Octal | 61 | 306 | 300 | 113 | 0 | 3 | 26 | 262 | 74 | 60 |
| Binary | 110001 | 11000110 | 11000000 | 1001011 | 0 | 11 | 10110 | 10110010 | 111100 | 110000 |
Color Harmonies of #31C6C0
Complementary color
Monochromatic Colors of #31C6C0
Black with #31C6C0
Text Example
Text Example
White with #31C6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C6C0; }
p { color: rgb(49,198,192); }
H1.HeaderClassName
{
color: #31C6C0;
}
.AnyTagClassName
{
color: #31C6C0;
}
</style>
background-color css
<style>
a { background-color: #31C6C0; }
a { background-color: rgb(49,198,192); }
div.DivClassName
{
background-color: #31C6C0;
}
.BgClassName
{
background-color: #31C6C0;
}
</style>
border-color css
<style>
span { border-color: #31C6C0; }
span { border-color: rgb(49,198,192); }
td.TdClassName
{
border-color: #31C6C0;
}
.TagClassName
{
border-color: #31C6C0;
}
</style>