Shades of Turquoise #31EED1
Tints of Turquoise #31EED1
RGB
CMYK
RGB Variations
Color information
#31EED1 (or 0x31EED1) is known color: Turquoise. HEX triplet: 31, EE and D1. RGB value is (49,238,209). Sum of RGB (Red+Green+Blue) = 49+238+209=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #31EED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EED1 is #CE112E. Grayscale: #B2B2B2. Windows color (decimal): -13504815 or 13758001. OLE color: 13758001.
HSL color Cylindrical-coordinate representation of color #31EED1: hue angle of 170.79º degrees, saturation: 0.85, 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 #31EED1 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 209 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.07 |
| HSL | 170.79º | 0.85% | 0.56% | - |
| HSV(B) | 170.79º | 0.79% | 0.93% | - |
| XYZ | 43.35 | 66.41 | 70.85 | - |
| YUV | 178.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 209 | 0.79 | 0 | 0.12 | 0.07 | 170.79 | 0.85 | 0.56 |
| Hex | 31 | EE | D1 | 4F | 0 | C | 7 | AB | 55 | 38 |
| Octal | 61 | 356 | 321 | 117 | 0 | 14 | 7 | 253 | 125 | 70 |
| Binary | 110001 | 11101110 | 11010001 | 1001111 | 0 | 1100 | 111 | 10101011 | 1010101 | 111000 |
Color Harmonies of #31EED1
Complementary color
Monochromatic Colors of #31EED1
Black with #31EED1
Text Example
Text Example
White with #31EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EED1; }
p { color: rgb(49,238,209); }
H1.HeaderClassName
{
color: #31EED1;
}
.AnyTagClassName
{
color: #31EED1;
}
</style>
background-color css
<style>
a { background-color: #31EED1; }
a { background-color: rgb(49,238,209); }
div.DivClassName
{
background-color: #31EED1;
}
.BgClassName
{
background-color: #31EED1;
}
</style>
border-color css
<style>
span { border-color: #31EED1; }
span { border-color: rgb(49,238,209); }
td.TdClassName
{
border-color: #31EED1;
}
.TagClassName
{
border-color: #31EED1;
}
</style>