Shades of Medium Turquoise #31CEDB
Tints of Medium Turquoise #31CEDB
RGB
CMYK
RGB Variations
Color information
#31CEDB (or 0x31CEDB) is known color: Medium Turquoise. HEX triplet: 31, CE and DB. RGB value is (49,206,219). Sum of RGB (Red+Green+Blue) = 49+206+219=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEDB is #CE3124. Grayscale: #A0A0A0. Windows color (decimal): -13512997 or 14405169. OLE color: 14405169.
HSL color Cylindrical-coordinate representation of color #31CEDB: hue angle of 184.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CEDB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 206 | 219 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.59º | 0.7% | 0.53% | - |
| HSV(B) | 184.59º | 0.78% | 0.86% | - |
| XYZ | 36.12 | 49.91 | 74.75 | - |
| YUV | 160.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 219 | 0.78 | 0.06 | 0 | 0.14 | 184.59 | 0.7 | 0.53 |
| Hex | 31 | CE | DB | 4E | 6 | 0 | E | B9 | 46 | 35 |
| Octal | 61 | 316 | 333 | 116 | 6 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110001 | 11001110 | 11011011 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #31CEDB
Complementary color
Monochromatic Colors of #31CEDB
Black with #31CEDB
Text Example
Text Example
White with #31CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEDB; }
p { color: rgb(49,206,219); }
H1.HeaderClassName
{
color: #31CEDB;
}
.AnyTagClassName
{
color: #31CEDB;
}
</style>
background-color css
<style>
a { background-color: #31CEDB; }
a { background-color: rgb(49,206,219); }
div.DivClassName
{
background-color: #31CEDB;
}
.BgClassName
{
background-color: #31CEDB;
}
</style>
border-color css
<style>
span { border-color: #31CEDB; }
span { border-color: rgb(49,206,219); }
td.TdClassName
{
border-color: #31CEDB;
}
.TagClassName
{
border-color: #31CEDB;
}
</style>