Shades of Turquoise #31D7E0
Tints of Turquoise #31D7E0
RGB
CMYK
RGB Variations
Color information
#31D7E0 (or 0x31D7E0) is known color: Turquoise. HEX triplet: 31, D7 and E0. RGB value is (49,215,224). Sum of RGB (Red+Green+Blue) = 49+215+224=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #31D7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D7E0 is #CE281F. Grayscale: #A6A6A6. Windows color (decimal): -13510688 or 14735153. OLE color: 14735153.
HSL color Cylindrical-coordinate representation of color #31D7E0: hue angle of 183.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31D7E0 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 215 | 224 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.12 |
| HSL | 183.09º | 0.74% | 0.54% | - |
| HSV(B) | 183.09º | 0.78% | 0.88% | - |
| XYZ | 39.02 | 54.64 | 79.01 | - |
| YUV | 166.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 224 | 0.78 | 0.04 | 0 | 0.12 | 183.09 | 0.74 | 0.54 |
| Hex | 31 | D7 | E0 | 4E | 4 | 0 | C | B7 | 4A | 36 |
| Octal | 61 | 327 | 340 | 116 | 4 | 0 | 14 | 267 | 112 | 66 |
| Binary | 110001 | 11010111 | 11100000 | 1001110 | 100 | 0 | 1100 | 10110111 | 1001010 | 110110 |
Color Harmonies of #31D7E0
Complementary color
Monochromatic Colors of #31D7E0
Black with #31D7E0
Text Example
Text Example
White with #31D7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D7E0; }
p { color: rgb(49,215,224); }
H1.HeaderClassName
{
color: #31D7E0;
}
.AnyTagClassName
{
color: #31D7E0;
}
</style>
background-color css
<style>
a { background-color: #31D7E0; }
a { background-color: rgb(49,215,224); }
div.DivClassName
{
background-color: #31D7E0;
}
.BgClassName
{
background-color: #31D7E0;
}
</style>
border-color css
<style>
span { border-color: #31D7E0; }
span { border-color: rgb(49,215,224); }
td.TdClassName
{
border-color: #31D7E0;
}
.TagClassName
{
border-color: #31D7E0;
}
</style>