Shades of Medium Turquoise #31CABB
Tints of Medium Turquoise #31CABB
RGB
CMYK
RGB Variations
Color information
#31CABB (or 0x31CABB) is known color: Medium Turquoise. HEX triplet: 31, CA and BB. RGB value is (49,202,187). Sum of RGB (Red+Green+Blue) = 49+202+187=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #31CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CABB is #CE3544. Grayscale: #9A9A9A. Windows color (decimal): -13514053 or 12306993. OLE color: 12306993.
HSL color Cylindrical-coordinate representation of color #31CABB: hue angle of 174.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CABB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 187 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.21 |
| HSL | 174.12º | 0.61% | 0.49% | - |
| HSV(B) | 174.12º | 0.76% | 0.79% | - |
| XYZ | 31.36 | 46.48 | 54.33 | - |
| YUV | 154.54 | 146.31 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 187 | 0.76 | 0 | 0.07 | 0.21 | 174.12 | 0.61 | 0.49 |
| Hex | 31 | CA | BB | 4C | 0 | 7 | 15 | AE | 3D | 31 |
| Octal | 61 | 312 | 273 | 114 | 0 | 7 | 25 | 256 | 75 | 61 |
| Binary | 110001 | 11001010 | 10111011 | 1001100 | 0 | 111 | 10101 | 10101110 | 111101 | 110001 |
Color Harmonies of #31CABB
Complementary color
Monochromatic Colors of #31CABB
Black with #31CABB
Text Example
Text Example
White with #31CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CABB; }
p { color: rgb(49,202,187); }
H1.HeaderClassName
{
color: #31CABB;
}
.AnyTagClassName
{
color: #31CABB;
}
</style>
background-color css
<style>
a { background-color: #31CABB; }
a { background-color: rgb(49,202,187); }
div.DivClassName
{
background-color: #31CABB;
}
.BgClassName
{
background-color: #31CABB;
}
</style>
border-color css
<style>
span { border-color: #31CABB; }
span { border-color: rgb(49,202,187); }
td.TdClassName
{
border-color: #31CABB;
}
.TagClassName
{
border-color: #31CABB;
}
</style>