Shades of Medium Turquoise #31CFBC
Tints of Medium Turquoise #31CFBC
RGB
CMYK
RGB Variations
Color information
#31CFBC (or 0x31CFBC) is known color: Medium Turquoise. HEX triplet: 31, CF and BC. RGB value is (49,207,188). Sum of RGB (Red+Green+Blue) = 49+207+188=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFBC is #CE3043. Grayscale: #9D9D9D. Windows color (decimal): -13512772 or 12373809. OLE color: 12373809.
HSL color Cylindrical-coordinate representation of color #31CFBC: hue angle of 172.78º 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 #31CFBC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 188 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.19 |
| HSL | 172.78º | 0.62% | 0.5% | - |
| HSV(B) | 172.78º | 0.76% | 0.81% | - |
| XYZ | 32.66 | 48.91 | 55.3 | - |
| YUV | 157.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 188 | 0.76 | 0 | 0.09 | 0.19 | 172.78 | 0.62 | 0.5 |
| Hex | 31 | CF | BC | 4C | 0 | 9 | 13 | AD | 3E | 32 |
| Octal | 61 | 317 | 274 | 114 | 0 | 11 | 23 | 255 | 76 | 62 |
| Binary | 110001 | 11001111 | 10111100 | 1001100 | 0 | 1001 | 10011 | 10101101 | 111110 | 110010 |
Color Harmonies of #31CFBC
Complementary color
Monochromatic Colors of #31CFBC
Black with #31CFBC
Text Example
Text Example
White with #31CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFBC; }
p { color: rgb(49,207,188); }
H1.HeaderClassName
{
color: #31CFBC;
}
.AnyTagClassName
{
color: #31CFBC;
}
</style>
background-color css
<style>
a { background-color: #31CFBC; }
a { background-color: rgb(49,207,188); }
div.DivClassName
{
background-color: #31CFBC;
}
.BgClassName
{
background-color: #31CFBC;
}
</style>
border-color css
<style>
span { border-color: #31CFBC; }
span { border-color: rgb(49,207,188); }
td.TdClassName
{
border-color: #31CFBC;
}
.TagClassName
{
border-color: #31CFBC;
}
</style>