Shades of Turquoise #31EDD7
Tints of Turquoise #31EDD7
RGB
CMYK
RGB Variations
Color information
#31EDD7 (or 0x31EDD7) is known color: Turquoise. HEX triplet: 31, ED and D7. RGB value is (49,237,215). Sum of RGB (Red+Green+Blue) = 49+237+215=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EDD7 is #CE1228. Grayscale: #B2B2B2. Windows color (decimal): -13505065 or 14150961. OLE color: 14150961.
HSL color Cylindrical-coordinate representation of color #31EDD7: hue angle of 172.98º degrees, saturation: 0.84, 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 #31EDD7 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 215 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.07 |
| HSL | 172.98º | 0.84% | 0.56% | - |
| HSV(B) | 172.98º | 0.79% | 0.93% | - |
| XYZ | 43.82 | 66.13 | 74.74 | - |
| YUV | 178.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 215 | 0.79 | 0 | 0.09 | 0.07 | 172.98 | 0.84 | 0.56 |
| Hex | 31 | ED | D7 | 4F | 0 | 9 | 7 | AD | 54 | 38 |
| Octal | 61 | 355 | 327 | 117 | 0 | 11 | 7 | 255 | 124 | 70 |
| Binary | 110001 | 11101101 | 11010111 | 1001111 | 0 | 1001 | 111 | 10101101 | 1010100 | 111000 |
Color Harmonies of #31EDD7
Complementary color
Monochromatic Colors of #31EDD7
Black with #31EDD7
Text Example
Text Example
White with #31EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDD7; }
p { color: rgb(49,237,215); }
H1.HeaderClassName
{
color: #31EDD7;
}
.AnyTagClassName
{
color: #31EDD7;
}
</style>
background-color css
<style>
a { background-color: #31EDD7; }
a { background-color: rgb(49,237,215); }
div.DivClassName
{
background-color: #31EDD7;
}
.BgClassName
{
background-color: #31EDD7;
}
</style>
border-color css
<style>
span { border-color: #31EDD7; }
span { border-color: rgb(49,237,215); }
td.TdClassName
{
border-color: #31EDD7;
}
.TagClassName
{
border-color: #31EDD7;
}
</style>