Shades of Turquoise #31ECD5
Tints of Turquoise #31ECD5
RGB
CMYK
RGB Variations
Color information
#31ECD5 (or 0x31ECD5) is known color: Turquoise. HEX triplet: 31, EC and D5. RGB value is (49,236,213). Sum of RGB (Red+Green+Blue) = 49+236+213=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECD5 is #CE132A. Grayscale: #B1B1B1. Windows color (decimal): -13505323 or 14019633. OLE color: 14019633.
HSL color Cylindrical-coordinate representation of color #31ECD5: hue angle of 172.62º 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 #31ECD5 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 213 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.07 |
| HSL | 172.62º | 0.83% | 0.56% | - |
| HSV(B) | 172.62º | 0.79% | 0.93% | - |
| XYZ | 43.27 | 65.45 | 73.3 | - |
| YUV | 177.47 | 148.05 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 213 | 0.79 | 0 | 0.10 | 0.07 | 172.62 | 0.83 | 0.56 |
| Hex | 31 | EC | D5 | 4F | 0 | A | 7 | AD | 53 | 38 |
| Octal | 61 | 354 | 325 | 117 | 0 | 12 | 7 | 255 | 123 | 70 |
| Binary | 110001 | 11101100 | 11010101 | 1001111 | 0 | 1010 | 111 | 10101101 | 1010011 | 111000 |
Color Harmonies of #31ECD5
Complementary color
Monochromatic Colors of #31ECD5
Black with #31ECD5
Text Example
Text Example
White with #31ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECD5; }
p { color: rgb(49,236,213); }
H1.HeaderClassName
{
color: #31ECD5;
}
.AnyTagClassName
{
color: #31ECD5;
}
</style>
background-color css
<style>
a { background-color: #31ECD5; }
a { background-color: rgb(49,236,213); }
div.DivClassName
{
background-color: #31ECD5;
}
.BgClassName
{
background-color: #31ECD5;
}
</style>
border-color css
<style>
span { border-color: #31ECD5; }
span { border-color: rgb(49,236,213); }
td.TdClassName
{
border-color: #31ECD5;
}
.TagClassName
{
border-color: #31ECD5;
}
</style>