Shades of Medium Turquoise #31CFB7
Tints of Medium Turquoise #31CFB7
RGB
CMYK
RGB Variations
Color information
#31CFB7 (or 0x31CFB7) is known color: Medium Turquoise. HEX triplet: 31, CF and B7. RGB value is (49,207,183). Sum of RGB (Red+Green+Blue) = 49+207+183=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFB7 is #CE3048. Grayscale: #9C9C9C. Windows color (decimal): -13512777 or 12046129. OLE color: 12046129.
HSL color Cylindrical-coordinate representation of color #31CFB7: hue angle of 170.89º 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 #31CFB7 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 183 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.19 |
| HSL | 170.89º | 0.62% | 0.5% | - |
| HSV(B) | 170.89º | 0.76% | 0.81% | - |
| XYZ | 32.13 | 48.7 | 52.51 | - |
| YUV | 157.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 183 | 0.76 | 0 | 0.12 | 0.19 | 170.89 | 0.62 | 0.5 |
| Hex | 31 | CF | B7 | 4C | 0 | C | 13 | AB | 3E | 32 |
| Octal | 61 | 317 | 267 | 114 | 0 | 14 | 23 | 253 | 76 | 62 |
| Binary | 110001 | 11001111 | 10110111 | 1001100 | 0 | 1100 | 10011 | 10101011 | 111110 | 110010 |
Color Harmonies of #31CFB7
Complementary color
Monochromatic Colors of #31CFB7
Black with #31CFB7
Text Example
Text Example
White with #31CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFB7; }
p { color: rgb(49,207,183); }
H1.HeaderClassName
{
color: #31CFB7;
}
.AnyTagClassName
{
color: #31CFB7;
}
</style>
background-color css
<style>
a { background-color: #31CFB7; }
a { background-color: rgb(49,207,183); }
div.DivClassName
{
background-color: #31CFB7;
}
.BgClassName
{
background-color: #31CFB7;
}
</style>
border-color css
<style>
span { border-color: #31CFB7; }
span { border-color: rgb(49,207,183); }
td.TdClassName
{
border-color: #31CFB7;
}
.TagClassName
{
border-color: #31CFB7;
}
</style>