Shades of Turquoise #31ECDB
Tints of Turquoise #31ECDB
RGB
CMYK
RGB Variations
Color information
#31ECDB (or 0x31ECDB) is known color: Turquoise. HEX triplet: 31, EC and DB. RGB value is (49,236,219). Sum of RGB (Red+Green+Blue) = 49+236+219=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECDB is #CE1324. Grayscale: #B2B2B2. Windows color (decimal): -13505317 or 14412849. OLE color: 14412849.
HSL color Cylindrical-coordinate representation of color #31ECDB: hue angle of 174.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ECDB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 219 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.55º | 0.83% | 0.56% | - |
| HSV(B) | 174.55º | 0.79% | 0.93% | - |
| XYZ | 44.05 | 65.76 | 77.39 | - |
| YUV | 178.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 219 | 0.79 | 0 | 0.07 | 0.07 | 174.55 | 0.83 | 0.56 |
| Hex | 31 | EC | DB | 4F | 0 | 7 | 7 | AF | 53 | 38 |
| Octal | 61 | 354 | 333 | 117 | 0 | 7 | 7 | 257 | 123 | 70 |
| Binary | 110001 | 11101100 | 11011011 | 1001111 | 0 | 111 | 111 | 10101111 | 1010011 | 111000 |
Color Harmonies of #31ECDB
Complementary color
Monochromatic Colors of #31ECDB
Black with #31ECDB
Text Example
Text Example
White with #31ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECDB; }
p { color: rgb(49,236,219); }
H1.HeaderClassName
{
color: #31ECDB;
}
.AnyTagClassName
{
color: #31ECDB;
}
</style>
background-color css
<style>
a { background-color: #31ECDB; }
a { background-color: rgb(49,236,219); }
div.DivClassName
{
background-color: #31ECDB;
}
.BgClassName
{
background-color: #31ECDB;
}
</style>
border-color css
<style>
span { border-color: #31ECDB; }
span { border-color: rgb(49,236,219); }
td.TdClassName
{
border-color: #31ECDB;
}
.TagClassName
{
border-color: #31ECDB;
}
</style>