Shades of Medium Turquoise #31CECC
Tints of Medium Turquoise #31CECC
RGB
CMYK
RGB Variations
Color information
#31CECC (or 0x31CECC) is known color: Medium Turquoise. HEX triplet: 31, CE and CC. RGB value is (49,206,204). Sum of RGB (Red+Green+Blue) = 49+206+204=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #31CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CECC is #CE3133. Grayscale: #9E9E9E. Windows color (decimal): -13513012 or 13422129. OLE color: 13422129.
HSL color Cylindrical-coordinate representation of color #31CECC: hue angle of 179.24º 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 #31CECC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 204 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.19 |
| HSL | 179.24º | 0.62% | 0.5% | - |
| HSV(B) | 179.24º | 0.76% | 0.81% | - |
| XYZ | 34.24 | 49.16 | 64.81 | - |
| YUV | 158.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 204 | 0.76 | 0 | 0.01 | 0.19 | 179.24 | 0.62 | 0.5 |
| Hex | 31 | CE | CC | 4C | 0 | 1 | 13 | B3 | 3E | 32 |
| Octal | 61 | 316 | 314 | 114 | 0 | 1 | 23 | 263 | 76 | 62 |
| Binary | 110001 | 11001110 | 11001100 | 1001100 | 0 | 1 | 10011 | 10110011 | 111110 | 110010 |
Color Harmonies of #31CECC
Complementary color
Monochromatic Colors of #31CECC
Black with #31CECC
Text Example
Text Example
White with #31CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CECC; }
p { color: rgb(49,206,204); }
H1.HeaderClassName
{
color: #31CECC;
}
.AnyTagClassName
{
color: #31CECC;
}
</style>
background-color css
<style>
a { background-color: #31CECC; }
a { background-color: rgb(49,206,204); }
div.DivClassName
{
background-color: #31CECC;
}
.BgClassName
{
background-color: #31CECC;
}
</style>
border-color css
<style>
span { border-color: #31CECC; }
span { border-color: rgb(49,206,204); }
td.TdClassName
{
border-color: #31CECC;
}
.TagClassName
{
border-color: #31CECC;
}
</style>