Shades of Medium Turquoise #31CEBB
Tints of Medium Turquoise #31CEBB
RGB
CMYK
RGB Variations
Color information
#31CEBB (or 0x31CEBB) is known color: Medium Turquoise. HEX triplet: 31, CE and BB. RGB value is (49,206,187). Sum of RGB (Red+Green+Blue) = 49+206+187=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEBB is #CE3144. Grayscale: #9C9C9C. Windows color (decimal): -13513029 or 12308017. OLE color: 12308017.
HSL color Cylindrical-coordinate representation of color #31CEBB: hue angle of 172.74º 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 #31CEBB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 187 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.19 |
| HSL | 172.74º | 0.62% | 0.5% | - |
| HSV(B) | 172.74º | 0.76% | 0.81% | - |
| XYZ | 32.31 | 48.38 | 54.65 | - |
| YUV | 156.89 | 144.99 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 187 | 0.76 | 0 | 0.09 | 0.19 | 172.74 | 0.62 | 0.5 |
| Hex | 31 | CE | BB | 4C | 0 | 9 | 13 | AD | 3E | 32 |
| Octal | 61 | 316 | 273 | 114 | 0 | 11 | 23 | 255 | 76 | 62 |
| Binary | 110001 | 11001110 | 10111011 | 1001100 | 0 | 1001 | 10011 | 10101101 | 111110 | 110010 |
Color Harmonies of #31CEBB
Complementary color
Monochromatic Colors of #31CEBB
Black with #31CEBB
Text Example
Text Example
White with #31CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEBB; }
p { color: rgb(49,206,187); }
H1.HeaderClassName
{
color: #31CEBB;
}
.AnyTagClassName
{
color: #31CEBB;
}
</style>
background-color css
<style>
a { background-color: #31CEBB; }
a { background-color: rgb(49,206,187); }
div.DivClassName
{
background-color: #31CEBB;
}
.BgClassName
{
background-color: #31CEBB;
}
</style>
border-color css
<style>
span { border-color: #31CEBB; }
span { border-color: rgb(49,206,187); }
td.TdClassName
{
border-color: #31CEBB;
}
.TagClassName
{
border-color: #31CEBB;
}
</style>