Shades of Medium Turquoise #31CEB7
Tints of Medium Turquoise #31CEB7
RGB
CMYK
RGB Variations
Color information
#31CEB7 (or 0x31CEB7) is known color: Medium Turquoise. HEX triplet: 31, CE and B7. RGB value is (49,206,183). Sum of RGB (Red+Green+Blue) = 49+206+183=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEB7 is #CE3148. Grayscale: #9C9C9C. Windows color (decimal): -13513033 or 12045873. OLE color: 12045873.
HSL color Cylindrical-coordinate representation of color #31CEB7: hue angle of 171.21º 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 #31CEB7 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 183 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.19 |
| HSL | 171.21º | 0.62% | 0.5% | - |
| HSV(B) | 171.21º | 0.76% | 0.81% | - |
| XYZ | 31.89 | 48.21 | 52.43 | - |
| YUV | 156.44 | 142.99 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 183 | 0.76 | 0 | 0.11 | 0.19 | 171.21 | 0.62 | 0.5 |
| Hex | 31 | CE | B7 | 4C | 0 | B | 13 | AB | 3E | 32 |
| Octal | 61 | 316 | 267 | 114 | 0 | 13 | 23 | 253 | 76 | 62 |
| Binary | 110001 | 11001110 | 10110111 | 1001100 | 0 | 1011 | 10011 | 10101011 | 111110 | 110010 |
Color Harmonies of #31CEB7
Complementary color
Monochromatic Colors of #31CEB7
Black with #31CEB7
Text Example
Text Example
White with #31CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEB7; }
p { color: rgb(49,206,183); }
H1.HeaderClassName
{
color: #31CEB7;
}
.AnyTagClassName
{
color: #31CEB7;
}
</style>
background-color css
<style>
a { background-color: #31CEB7; }
a { background-color: rgb(49,206,183); }
div.DivClassName
{
background-color: #31CEB7;
}
.BgClassName
{
background-color: #31CEB7;
}
</style>
border-color css
<style>
span { border-color: #31CEB7; }
span { border-color: rgb(49,206,183); }
td.TdClassName
{
border-color: #31CEB7;
}
.TagClassName
{
border-color: #31CEB7;
}
</style>