Shades of Medium Turquoise #31CECA
Tints of Medium Turquoise #31CECA
RGB
CMYK
RGB Variations
Color information
#31CECA (or 0x31CECA) is known color: Medium Turquoise. HEX triplet: 31, CE and CA. RGB value is (49,206,202). Sum of RGB (Red+Green+Blue) = 49+206+202=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #31CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CECA is #CE3135. Grayscale: #9E9E9E. Windows color (decimal): -13513014 or 13291057. OLE color: 13291057.
HSL color Cylindrical-coordinate representation of color #31CECA: hue angle of 178.47º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CECA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 202 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.19 |
| HSL | 178.47º | 0.62% | 0.5% | - |
| HSV(B) | 178.47º | 0.76% | 0.81% | - |
| XYZ | 34 | 49.06 | 63.55 | - |
| YUV | 158.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 202 | 0.76 | 0 | 0.02 | 0.19 | 178.47 | 0.62 | 0.5 |
| Hex | 31 | CE | CA | 4C | 0 | 2 | 13 | B2 | 3E | 32 |
| Octal | 61 | 316 | 312 | 114 | 0 | 2 | 23 | 262 | 76 | 62 |
| Binary | 110001 | 11001110 | 11001010 | 1001100 | 0 | 10 | 10011 | 10110010 | 111110 | 110010 |
Color Harmonies of #31CECA
Complementary color
Monochromatic Colors of #31CECA
Black with #31CECA
Text Example
Text Example
White with #31CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CECA; }
p { color: rgb(49,206,202); }
H1.HeaderClassName
{
color: #31CECA;
}
.AnyTagClassName
{
color: #31CECA;
}
</style>
background-color css
<style>
a { background-color: #31CECA; }
a { background-color: rgb(49,206,202); }
div.DivClassName
{
background-color: #31CECA;
}
.BgClassName
{
background-color: #31CECA;
}
</style>
border-color css
<style>
span { border-color: #31CECA; }
span { border-color: rgb(49,206,202); }
td.TdClassName
{
border-color: #31CECA;
}
.TagClassName
{
border-color: #31CECA;
}
</style>