Shades of Turquoise #31DBCE
Tints of Turquoise #31DBCE
RGB
CMYK
RGB Variations
Color information
#31DBCE (or 0x31DBCE) is known color: Turquoise. HEX triplet: 31, DB and CE. RGB value is (49,219,206). Sum of RGB (Red+Green+Blue) = 49+219+206=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBCE is #CE2431. Grayscale: #A6A6A6. Windows color (decimal): -13509682 or 13556529. OLE color: 13556529.
HSL color Cylindrical-coordinate representation of color #31DBCE: hue angle of 175.41º 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 #31DBCE is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 206 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.14 |
| HSL | 175.41º | 0.7% | 0.53% | - |
| HSV(B) | 175.41º | 0.78% | 0.86% | - |
| XYZ | 37.74 | 55.77 | 67.17 | - |
| YUV | 166.69 | 150.18 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 206 | 0.78 | 0 | 0.06 | 0.14 | 175.41 | 0.7 | 0.53 |
| Hex | 31 | DB | CE | 4E | 0 | 6 | E | AF | 46 | 35 |
| Octal | 61 | 333 | 316 | 116 | 0 | 6 | 16 | 257 | 106 | 65 |
| Binary | 110001 | 11011011 | 11001110 | 1001110 | 0 | 110 | 1110 | 10101111 | 1000110 | 110101 |
Color Harmonies of #31DBCE
Complementary color
Monochromatic Colors of #31DBCE
Black with #31DBCE
Text Example
Text Example
White with #31DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBCE; }
p { color: rgb(49,219,206); }
H1.HeaderClassName
{
color: #31DBCE;
}
.AnyTagClassName
{
color: #31DBCE;
}
</style>
background-color css
<style>
a { background-color: #31DBCE; }
a { background-color: rgb(49,219,206); }
div.DivClassName
{
background-color: #31DBCE;
}
.BgClassName
{
background-color: #31DBCE;
}
</style>
border-color css
<style>
span { border-color: #31DBCE; }
span { border-color: rgb(49,219,206); }
td.TdClassName
{
border-color: #31DBCE;
}
.TagClassName
{
border-color: #31DBCE;
}
</style>