Shades of Medium Turquoise #31C6BE
Tints of Medium Turquoise #31C6BE
RGB
CMYK
RGB Variations
Color information
#31C6BE (or 0x31C6BE) is known color: Medium Turquoise. HEX triplet: 31, C6 and BE. RGB value is (49,198,190). Sum of RGB (Red+Green+Blue) = 49+198+190=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #31C6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C6BE is #CE3941. Grayscale: #989898. Windows color (decimal): -13515074 or 12502577. OLE color: 12502577.
HSL color Cylindrical-coordinate representation of color #31C6BE: hue angle of 176.78º 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 #31C6BE is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 190 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.22 |
| HSL | 176.78º | 0.6% | 0.48% | - |
| HSV(B) | 176.78º | 0.75% | 0.78% | - |
| XYZ | 30.75 | 44.76 | 55.73 | - |
| YUV | 152.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 190 | 0.75 | 0 | 0.04 | 0.22 | 176.78 | 0.6 | 0.48 |
| Hex | 31 | C6 | BE | 4B | 0 | 4 | 16 | B1 | 3C | 30 |
| Octal | 61 | 306 | 276 | 113 | 0 | 4 | 26 | 261 | 74 | 60 |
| Binary | 110001 | 11000110 | 10111110 | 1001011 | 0 | 100 | 10110 | 10110001 | 111100 | 110000 |
Color Harmonies of #31C6BE
Complementary color
Monochromatic Colors of #31C6BE
Black with #31C6BE
Text Example
Text Example
White with #31C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C6BE; }
p { color: rgb(49,198,190); }
H1.HeaderClassName
{
color: #31C6BE;
}
.AnyTagClassName
{
color: #31C6BE;
}
</style>
background-color css
<style>
a { background-color: #31C6BE; }
a { background-color: rgb(49,198,190); }
div.DivClassName
{
background-color: #31C6BE;
}
.BgClassName
{
background-color: #31C6BE;
}
</style>
border-color css
<style>
span { border-color: #31C6BE; }
span { border-color: rgb(49,198,190); }
td.TdClassName
{
border-color: #31C6BE;
}
.TagClassName
{
border-color: #31C6BE;
}
</style>