Shades of Medium Turquoise #31CECE
Tints of Medium Turquoise #31CECE
RGB
CMYK
RGB Variations
Color information
#31CECE (or 0x31CECE) is known color: Medium Turquoise. HEX triplet: 31, CE and CE. RGB value is (49,206,206). Sum of RGB (Red+Green+Blue) = 49+206+206=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #31CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CECE is #CE3131. Grayscale: #9E9E9E. Windows color (decimal): -13513010 or 13553201. OLE color: 13553201.
HSL color Cylindrical-coordinate representation of color #31CECE: hue angle of 180º 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 #31CECE is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 206 | - |
| CMYK | 0.76 | 0 | 0 | 0.19 |
| HSL | 180º | 0.62% | 0.5% | - |
| HSV(B) | 180º | 0.76% | 0.81% | - |
| XYZ | 34.48 | 49.25 | 66.08 | - |
| YUV | 159.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 206 | 0.76 | 0 | 0 | 0.19 | 180 | 0.62 | 0.5 |
| Hex | 31 | CE | CE | 4C | 0 | 0 | 13 | B4 | 3E | 32 |
| Octal | 61 | 316 | 316 | 114 | 0 | 0 | 23 | 264 | 76 | 62 |
| Binary | 110001 | 11001110 | 11001110 | 1001100 | 0 | 0 | 10011 | 10110100 | 111110 | 110010 |
Color Harmonies of #31CECE
Complementary color
Monochromatic Colors of #31CECE
Black with #31CECE
Text Example
Text Example
White with #31CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CECE; }
p { color: rgb(49,206,206); }
H1.HeaderClassName
{
color: #31CECE;
}
.AnyTagClassName
{
color: #31CECE;
}
</style>
background-color css
<style>
a { background-color: #31CECE; }
a { background-color: rgb(49,206,206); }
div.DivClassName
{
background-color: #31CECE;
}
.BgClassName
{
background-color: #31CECE;
}
</style>
border-color css
<style>
span { border-color: #31CECE; }
span { border-color: rgb(49,206,206); }
td.TdClassName
{
border-color: #31CECE;
}
.TagClassName
{
border-color: #31CECE;
}
</style>