Shades of Medium Turquoise #31C5CB
Tints of Medium Turquoise #31C5CB
RGB
CMYK
RGB Variations
Color information
#31C5CB (or 0x31C5CB) is known color: Medium Turquoise. HEX triplet: 31, C5 and CB. RGB value is (49,197,203). Sum of RGB (Red+Green+Blue) = 49+197+203=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #31C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C5CB is #CE3A34. Grayscale: #999999. Windows color (decimal): -13515317 or 13354289. OLE color: 13354289.
HSL color Cylindrical-coordinate representation of color #31C5CB: hue angle of 182.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C5CB is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 197 | 203 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.20 |
| HSL | 182.34º | 0.61% | 0.49% | - |
| HSV(B) | 182.34º | 0.76% | 0.8% | - |
| XYZ | 32.01 | 44.9 | 63.48 | - |
| YUV | 153.43 | 155.97 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 203 | 0.76 | 0.03 | 0 | 0.20 | 182.34 | 0.61 | 0.49 |
| Hex | 31 | C5 | CB | 4C | 3 | 0 | 14 | B6 | 3D | 31 |
| Octal | 61 | 305 | 313 | 114 | 3 | 0 | 24 | 266 | 75 | 61 |
| Binary | 110001 | 11000101 | 11001011 | 1001100 | 11 | 0 | 10100 | 10110110 | 111101 | 110001 |
Color Harmonies of #31C5CB
Complementary color
Monochromatic Colors of #31C5CB
Black with #31C5CB
Text Example
Text Example
White with #31C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C5CB; }
p { color: rgb(49,197,203); }
H1.HeaderClassName
{
color: #31C5CB;
}
.AnyTagClassName
{
color: #31C5CB;
}
</style>
background-color css
<style>
a { background-color: #31C5CB; }
a { background-color: rgb(49,197,203); }
div.DivClassName
{
background-color: #31C5CB;
}
.BgClassName
{
background-color: #31C5CB;
}
</style>
border-color css
<style>
span { border-color: #31C5CB; }
span { border-color: rgb(49,197,203); }
td.TdClassName
{
border-color: #31C5CB;
}
.TagClassName
{
border-color: #31C5CB;
}
</style>