Shades of Turquoise #31EED9
Tints of Turquoise #31EED9
RGB
CMYK
RGB Variations
Color information
#31EED9 (or 0x31EED9) is known color: Turquoise. HEX triplet: 31, EE and D9. RGB value is (49,238,217). Sum of RGB (Red+Green+Blue) = 49+238+217=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #31EED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EED9 is #CE1126. Grayscale: #B2B2B2. Windows color (decimal): -13504807 or 14282289. OLE color: 14282289.
HSL color Cylindrical-coordinate representation of color #31EED9: hue angle of 173.33º 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 #31EED9 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 217 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.07 |
| HSL | 173.33º | 0.85% | 0.56% | - |
| HSV(B) | 173.33º | 0.79% | 0.93% | - |
| XYZ | 44.37 | 66.81 | 76.2 | - |
| YUV | 179.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 217 | 0.79 | 0 | 0.09 | 0.07 | 173.33 | 0.85 | 0.56 |
| Hex | 31 | EE | D9 | 4F | 0 | 9 | 7 | AD | 55 | 38 |
| Octal | 61 | 356 | 331 | 117 | 0 | 11 | 7 | 255 | 125 | 70 |
| Binary | 110001 | 11101110 | 11011001 | 1001111 | 0 | 1001 | 111 | 10101101 | 1010101 | 111000 |
Color Harmonies of #31EED9
Complementary color
Monochromatic Colors of #31EED9
Black with #31EED9
Text Example
Text Example
White with #31EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EED9; }
p { color: rgb(49,238,217); }
H1.HeaderClassName
{
color: #31EED9;
}
.AnyTagClassName
{
color: #31EED9;
}
</style>
background-color css
<style>
a { background-color: #31EED9; }
a { background-color: rgb(49,238,217); }
div.DivClassName
{
background-color: #31EED9;
}
.BgClassName
{
background-color: #31EED9;
}
</style>
border-color css
<style>
span { border-color: #31EED9; }
span { border-color: rgb(49,238,217); }
td.TdClassName
{
border-color: #31EED9;
}
.TagClassName
{
border-color: #31EED9;
}
</style>