Shades of Turquoise #31D7E9
Tints of Turquoise #31D7E9
RGB
CMYK
RGB Variations
Color information
#31D7E9 (or 0x31D7E9) is known color: Turquoise. HEX triplet: 31, D7 and E9. RGB value is (49,215,233). Sum of RGB (Red+Green+Blue) = 49+215+233=497 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.86% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #31D7E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D7E9 is #CE2816. Grayscale: #A7A7A7. Windows color (decimal): -13510679 or 15324977. OLE color: 15324977.
HSL color Cylindrical-coordinate representation of color #31D7E9: hue angle of 185.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D7E9 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 215 | 233 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.09 |
| HSL | 185.87º | 0.81% | 0.55% | - |
| HSV(B) | 185.87º | 0.79% | 0.91% | - |
| XYZ | 40.28 | 55.14 | 85.61 | - |
| YUV | 167.42 | 165 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 233 | 0.79 | 0.08 | 0 | 0.09 | 185.87 | 0.81 | 0.55 |
| Hex | 31 | D7 | E9 | 4F | 8 | 0 | 9 | BA | 51 | 37 |
| Octal | 61 | 327 | 351 | 117 | 10 | 0 | 11 | 272 | 121 | 67 |
| Binary | 110001 | 11010111 | 11101001 | 1001111 | 1000 | 0 | 1001 | 10111010 | 1010001 | 110111 |
Color Harmonies of #31D7E9
Complementary color
Monochromatic Colors of #31D7E9
Black with #31D7E9
Text Example
Text Example
White with #31D7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D7E9; }
p { color: rgb(49,215,233); }
H1.HeaderClassName
{
color: #31D7E9;
}
.AnyTagClassName
{
color: #31D7E9;
}
</style>
background-color css
<style>
a { background-color: #31D7E9; }
a { background-color: rgb(49,215,233); }
div.DivClassName
{
background-color: #31D7E9;
}
.BgClassName
{
background-color: #31D7E9;
}
</style>
border-color css
<style>
span { border-color: #31D7E9; }
span { border-color: rgb(49,215,233); }
td.TdClassName
{
border-color: #31D7E9;
}
.TagClassName
{
border-color: #31D7E9;
}
</style>