Shades of Medium Turquoise #31CEBF
Tints of Medium Turquoise #31CEBF
RGB
CMYK
RGB Variations
Color information
#31CEBF (or 0x31CEBF) is known color: Medium Turquoise. HEX triplet: 31, CE and BF. RGB value is (49,206,191). Sum of RGB (Red+Green+Blue) = 49+206+191=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEBF is #CE3140. Grayscale: #9D9D9D. Windows color (decimal): -13513025 or 12570161. OLE color: 12570161.
HSL color Cylindrical-coordinate representation of color #31CEBF: hue angle of 174.27º 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 #31CEBF is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 191 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.19 |
| HSL | 174.27º | 0.62% | 0.5% | - |
| HSV(B) | 174.27º | 0.76% | 0.81% | - |
| XYZ | 32.74 | 48.56 | 56.94 | - |
| YUV | 157.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 191 | 0.76 | 0 | 0.07 | 0.19 | 174.27 | 0.62 | 0.5 |
| Hex | 31 | CE | BF | 4C | 0 | 7 | 13 | AE | 3E | 32 |
| Octal | 61 | 316 | 277 | 114 | 0 | 7 | 23 | 256 | 76 | 62 |
| Binary | 110001 | 11001110 | 10111111 | 1001100 | 0 | 111 | 10011 | 10101110 | 111110 | 110010 |
Color Harmonies of #31CEBF
Complementary color
Monochromatic Colors of #31CEBF
Black with #31CEBF
Text Example
Text Example
White with #31CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEBF; }
p { color: rgb(49,206,191); }
H1.HeaderClassName
{
color: #31CEBF;
}
.AnyTagClassName
{
color: #31CEBF;
}
</style>
background-color css
<style>
a { background-color: #31CEBF; }
a { background-color: rgb(49,206,191); }
div.DivClassName
{
background-color: #31CEBF;
}
.BgClassName
{
background-color: #31CEBF;
}
</style>
border-color css
<style>
span { border-color: #31CEBF; }
span { border-color: rgb(49,206,191); }
td.TdClassName
{
border-color: #31CEBF;
}
.TagClassName
{
border-color: #31CEBF;
}
</style>