Shades of Medium Turquoise #31C8C7
Tints of Medium Turquoise #31C8C7
RGB
CMYK
RGB Variations
Color information
#31C8C7 (or 0x31C8C7) is known color: Medium Turquoise. HEX triplet: 31, C8 and C7. RGB value is (49,200,199). Sum of RGB (Red+Green+Blue) = 49+200+199=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #31C8C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C8C7 is #CE3738. Grayscale: #9A9A9A. Windows color (decimal): -13514553 or 13092913. OLE color: 13092913.
HSL color Cylindrical-coordinate representation of color #31C8C7: hue angle of 179.6º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C8C7 is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 199 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.22 |
| HSL | 179.6º | 0.61% | 0.49% | - |
| HSV(B) | 179.6º | 0.76% | 0.78% | - |
| XYZ | 32.23 | 46.09 | 61.23 | - |
| YUV | 154.74 | 152.97 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 199 | 0.76 | 0 | 0.00 | 0.22 | 179.6 | 0.61 | 0.49 |
| Hex | 31 | C8 | C7 | 4C | 0 | 0 | 16 | B4 | 3D | 31 |
| Octal | 61 | 310 | 307 | 114 | 0 | 0 | 26 | 264 | 75 | 61 |
| Binary | 110001 | 11001000 | 11000111 | 1001100 | 0 | 0 | 10110 | 10110100 | 111101 | 110001 |
Color Harmonies of #31C8C7
Complementary color
Monochromatic Colors of #31C8C7
Black with #31C8C7
Text Example
Text Example
White with #31C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8C7; }
p { color: rgb(49,200,199); }
H1.HeaderClassName
{
color: #31C8C7;
}
.AnyTagClassName
{
color: #31C8C7;
}
</style>
background-color css
<style>
a { background-color: #31C8C7; }
a { background-color: rgb(49,200,199); }
div.DivClassName
{
background-color: #31C8C7;
}
.BgClassName
{
background-color: #31C8C7;
}
</style>
border-color css
<style>
span { border-color: #31C8C7; }
span { border-color: rgb(49,200,199); }
td.TdClassName
{
border-color: #31C8C7;
}
.TagClassName
{
border-color: #31C8C7;
}
</style>