Shades of Turquoise #31ECDC
Tints of Turquoise #31ECDC
RGB
CMYK
RGB Variations
Color information
#31ECDC (or 0x31ECDC) is known color: Turquoise. HEX triplet: 31, EC and DC. RGB value is (49,236,220). Sum of RGB (Red+Green+Blue) = 49+236+220=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECDC is #CE1323. Grayscale: #B2B2B2. Windows color (decimal): -13505316 or 14478385. OLE color: 14478385.
HSL color Cylindrical-coordinate representation of color #31ECDC: hue angle of 174.87º 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 #31ECDC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 220 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.87º | 0.83% | 0.56% | - |
| HSV(B) | 174.87º | 0.79% | 0.93% | - |
| XYZ | 44.18 | 65.81 | 78.08 | - |
| YUV | 178.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 220 | 0.79 | 0 | 0.07 | 0.07 | 174.87 | 0.83 | 0.56 |
| Hex | 31 | EC | DC | 4F | 0 | 7 | 7 | AF | 53 | 38 |
| Octal | 61 | 354 | 334 | 117 | 0 | 7 | 7 | 257 | 123 | 70 |
| Binary | 110001 | 11101100 | 11011100 | 1001111 | 0 | 111 | 111 | 10101111 | 1010011 | 111000 |
Color Harmonies of #31ECDC
Complementary color
Monochromatic Colors of #31ECDC
Black with #31ECDC
Text Example
Text Example
White with #31ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECDC; }
p { color: rgb(49,236,220); }
H1.HeaderClassName
{
color: #31ECDC;
}
.AnyTagClassName
{
color: #31ECDC;
}
</style>
background-color css
<style>
a { background-color: #31ECDC; }
a { background-color: rgb(49,236,220); }
div.DivClassName
{
background-color: #31ECDC;
}
.BgClassName
{
background-color: #31ECDC;
}
</style>
border-color css
<style>
span { border-color: #31ECDC; }
span { border-color: rgb(49,236,220); }
td.TdClassName
{
border-color: #31ECDC;
}
.TagClassName
{
border-color: #31ECDC;
}
</style>