Shades of Turquoise #31ECDA
Tints of Turquoise #31ECDA
RGB
CMYK
RGB Variations
Color information
#31ECDA (or 0x31ECDA) is known color: Turquoise. HEX triplet: 31, EC and DA. RGB value is (49,236,218). Sum of RGB (Red+Green+Blue) = 49+236+218=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECDA is #CE1325. Grayscale: #B1B1B1. Windows color (decimal): -13505318 or 14347313. OLE color: 14347313.
HSL color Cylindrical-coordinate representation of color #31ECDA: hue angle of 174.22º 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 #31ECDA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 218 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.07 |
| HSL | 174.22º | 0.83% | 0.56% | - |
| HSV(B) | 174.22º | 0.79% | 0.93% | - |
| XYZ | 43.92 | 65.71 | 76.7 | - |
| YUV | 178.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 218 | 0.79 | 0 | 0.08 | 0.07 | 174.22 | 0.83 | 0.56 |
| Hex | 31 | EC | DA | 4F | 0 | 8 | 7 | AE | 53 | 38 |
| Octal | 61 | 354 | 332 | 117 | 0 | 10 | 7 | 256 | 123 | 70 |
| Binary | 110001 | 11101100 | 11011010 | 1001111 | 0 | 1000 | 111 | 10101110 | 1010011 | 111000 |
Color Harmonies of #31ECDA
Complementary color
Monochromatic Colors of #31ECDA
Black with #31ECDA
Text Example
Text Example
White with #31ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECDA; }
p { color: rgb(49,236,218); }
H1.HeaderClassName
{
color: #31ECDA;
}
.AnyTagClassName
{
color: #31ECDA;
}
</style>
background-color css
<style>
a { background-color: #31ECDA; }
a { background-color: rgb(49,236,218); }
div.DivClassName
{
background-color: #31ECDA;
}
.BgClassName
{
background-color: #31ECDA;
}
</style>
border-color css
<style>
span { border-color: #31ECDA; }
span { border-color: rgb(49,236,218); }
td.TdClassName
{
border-color: #31ECDA;
}
.TagClassName
{
border-color: #31ECDA;
}
</style>