Shades of Medium Turquoise #31CAC4
Tints of Medium Turquoise #31CAC4
RGB
CMYK
RGB Variations
Color information
#31CAC4 (or 0x31CAC4) is known color: Medium Turquoise. HEX triplet: 31, CA and C4. RGB value is (49,202,196). Sum of RGB (Red+Green+Blue) = 49+202+196=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAC4 is #CE353B. Grayscale: #9B9B9B. Windows color (decimal): -13514044 or 12896817. OLE color: 12896817.
HSL color Cylindrical-coordinate representation of color #31CAC4: hue angle of 177.65º 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 #31CAC4 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 196 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.21 |
| HSL | 177.65º | 0.61% | 0.49% | - |
| HSV(B) | 177.65º | 0.76% | 0.79% | - |
| XYZ | 32.35 | 46.88 | 59.57 | - |
| YUV | 155.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 196 | 0.76 | 0 | 0.03 | 0.21 | 177.65 | 0.61 | 0.49 |
| Hex | 31 | CA | C4 | 4C | 0 | 3 | 15 | B2 | 3D | 31 |
| Octal | 61 | 312 | 304 | 114 | 0 | 3 | 25 | 262 | 75 | 61 |
| Binary | 110001 | 11001010 | 11000100 | 1001100 | 0 | 11 | 10101 | 10110010 | 111101 | 110001 |
Color Harmonies of #31CAC4
Complementary color
Monochromatic Colors of #31CAC4
Black with #31CAC4
Text Example
Text Example
White with #31CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAC4; }
p { color: rgb(49,202,196); }
H1.HeaderClassName
{
color: #31CAC4;
}
.AnyTagClassName
{
color: #31CAC4;
}
</style>
background-color css
<style>
a { background-color: #31CAC4; }
a { background-color: rgb(49,202,196); }
div.DivClassName
{
background-color: #31CAC4;
}
.BgClassName
{
background-color: #31CAC4;
}
</style>
border-color css
<style>
span { border-color: #31CAC4; }
span { border-color: rgb(49,202,196); }
td.TdClassName
{
border-color: #31CAC4;
}
.TagClassName
{
border-color: #31CAC4;
}
</style>