Shades of Medium Turquoise #31CAB9
Tints of Medium Turquoise #31CAB9
RGB
CMYK
RGB Variations
Color information
#31CAB9 (or 0x31CAB9) is known color: Medium Turquoise. HEX triplet: 31, CA and B9. RGB value is (49,202,185). Sum of RGB (Red+Green+Blue) = 49+202+185=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAB9 is #CE3546. Grayscale: #9A9A9A. Windows color (decimal): -13514055 or 12175921. OLE color: 12175921.
HSL color Cylindrical-coordinate representation of color #31CAB9: hue angle of 173.33º 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 #31CAB9 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 185 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.21 |
| HSL | 173.33º | 0.61% | 0.49% | - |
| HSV(B) | 173.33º | 0.76% | 0.79% | - |
| XYZ | 31.14 | 46.4 | 53.21 | - |
| YUV | 154.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 185 | 0.76 | 0 | 0.08 | 0.21 | 173.33 | 0.61 | 0.49 |
| Hex | 31 | CA | B9 | 4C | 0 | 8 | 15 | AD | 3D | 31 |
| Octal | 61 | 312 | 271 | 114 | 0 | 10 | 25 | 255 | 75 | 61 |
| Binary | 110001 | 11001010 | 10111001 | 1001100 | 0 | 1000 | 10101 | 10101101 | 111101 | 110001 |
Color Harmonies of #31CAB9
Complementary color
Monochromatic Colors of #31CAB9
Black with #31CAB9
Text Example
Text Example
White with #31CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAB9; }
p { color: rgb(49,202,185); }
H1.HeaderClassName
{
color: #31CAB9;
}
.AnyTagClassName
{
color: #31CAB9;
}
</style>
background-color css
<style>
a { background-color: #31CAB9; }
a { background-color: rgb(49,202,185); }
div.DivClassName
{
background-color: #31CAB9;
}
.BgClassName
{
background-color: #31CAB9;
}
</style>
border-color css
<style>
span { border-color: #31CAB9; }
span { border-color: rgb(49,202,185); }
td.TdClassName
{
border-color: #31CAB9;
}
.TagClassName
{
border-color: #31CAB9;
}
</style>