Shades of Medium Turquoise #31CAC5
Tints of Medium Turquoise #31CAC5
RGB
CMYK
RGB Variations
Color information
#31CAC5 (or 0x31CAC5) is known color: Medium Turquoise. HEX triplet: 31, CA and C5. RGB value is (49,202,197). Sum of RGB (Red+Green+Blue) = 49+202+197=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAC5 is #CE353A. Grayscale: #9B9B9B. Windows color (decimal): -13514043 or 12962353. OLE color: 12962353.
HSL color Cylindrical-coordinate representation of color #31CAC5: hue angle of 178.04º 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 #31CAC5 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 197 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.21 |
| HSL | 178.04º | 0.61% | 0.49% | - |
| HSV(B) | 178.04º | 0.76% | 0.79% | - |
| XYZ | 32.47 | 46.93 | 60.17 | - |
| YUV | 155.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 197 | 0.76 | 0 | 0.02 | 0.21 | 178.04 | 0.61 | 0.49 |
| Hex | 31 | CA | C5 | 4C | 0 | 2 | 15 | B2 | 3D | 31 |
| Octal | 61 | 312 | 305 | 114 | 0 | 2 | 25 | 262 | 75 | 61 |
| Binary | 110001 | 11001010 | 11000101 | 1001100 | 0 | 10 | 10101 | 10110010 | 111101 | 110001 |
Color Harmonies of #31CAC5
Complementary color
Monochromatic Colors of #31CAC5
Black with #31CAC5
Text Example
Text Example
White with #31CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAC5; }
p { color: rgb(49,202,197); }
H1.HeaderClassName
{
color: #31CAC5;
}
.AnyTagClassName
{
color: #31CAC5;
}
</style>
background-color css
<style>
a { background-color: #31CAC5; }
a { background-color: rgb(49,202,197); }
div.DivClassName
{
background-color: #31CAC5;
}
.BgClassName
{
background-color: #31CAC5;
}
</style>
border-color css
<style>
span { border-color: #31CAC5; }
span { border-color: rgb(49,202,197); }
td.TdClassName
{
border-color: #31CAC5;
}
.TagClassName
{
border-color: #31CAC5;
}
</style>