Shades of Medium Turquoise #31CABA
Tints of Medium Turquoise #31CABA
RGB
CMYK
RGB Variations
Color information
#31CABA (or 0x31CABA) is known color: Medium Turquoise. HEX triplet: 31, CA and BA. RGB value is (49,202,186). Sum of RGB (Red+Green+Blue) = 49+202+186=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #31CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CABA is #CE3545. Grayscale: #9A9A9A. Windows color (decimal): -13514054 or 12241457. OLE color: 12241457.
HSL color Cylindrical-coordinate representation of color #31CABA: hue angle of 173.73º 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 #31CABA is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 186 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.21 |
| HSL | 173.73º | 0.61% | 0.49% | - |
| HSV(B) | 173.73º | 0.76% | 0.79% | - |
| XYZ | 31.25 | 46.44 | 53.77 | - |
| YUV | 154.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 186 | 0.76 | 0 | 0.08 | 0.21 | 173.73 | 0.61 | 0.49 |
| Hex | 31 | CA | BA | 4C | 0 | 8 | 15 | AE | 3D | 31 |
| Octal | 61 | 312 | 272 | 114 | 0 | 10 | 25 | 256 | 75 | 61 |
| Binary | 110001 | 11001010 | 10111010 | 1001100 | 0 | 1000 | 10101 | 10101110 | 111101 | 110001 |
Color Harmonies of #31CABA
Complementary color
Monochromatic Colors of #31CABA
Black with #31CABA
Text Example
Text Example
White with #31CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CABA; }
p { color: rgb(49,202,186); }
H1.HeaderClassName
{
color: #31CABA;
}
.AnyTagClassName
{
color: #31CABA;
}
</style>
background-color css
<style>
a { background-color: #31CABA; }
a { background-color: rgb(49,202,186); }
div.DivClassName
{
background-color: #31CABA;
}
.BgClassName
{
background-color: #31CABA;
}
</style>
border-color css
<style>
span { border-color: #31CABA; }
span { border-color: rgb(49,202,186); }
td.TdClassName
{
border-color: #31CABA;
}
.TagClassName
{
border-color: #31CABA;
}
</style>