Shades of Turquoise #31D9E4
Tints of Turquoise #31D9E4
RGB
CMYK
RGB Variations
Color information
#31D9E4 (or 0x31D9E4) is known color: Turquoise. HEX triplet: 31, D9 and E4. RGB value is (49,217,228). Sum of RGB (Red+Green+Blue) = 49+217+228=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #31D9E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D9E4 is #CE261B. Grayscale: #A7A7A7. Windows color (decimal): -13510172 or 14997809. OLE color: 14997809.
HSL color Cylindrical-coordinate representation of color #31D9E4: hue angle of 183.69º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D9E4 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 217 | 228 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.11 |
| HSL | 183.69º | 0.77% | 0.54% | - |
| HSV(B) | 183.69º | 0.79% | 0.89% | - |
| XYZ | 40.08 | 55.88 | 82.07 | - |
| YUV | 168.02 | 161.84 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 228 | 0.79 | 0.05 | 0 | 0.11 | 183.69 | 0.77 | 0.54 |
| Hex | 31 | D9 | E4 | 4F | 5 | 0 | B | B8 | 4D | 36 |
| Octal | 61 | 331 | 344 | 117 | 5 | 0 | 13 | 270 | 115 | 66 |
| Binary | 110001 | 11011001 | 11100100 | 1001111 | 101 | 0 | 1011 | 10111000 | 1001101 | 110110 |
Color Harmonies of #31D9E4
Complementary color
Monochromatic Colors of #31D9E4
Black with #31D9E4
Text Example
Text Example
White with #31D9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9E4; }
p { color: rgb(49,217,228); }
H1.HeaderClassName
{
color: #31D9E4;
}
.AnyTagClassName
{
color: #31D9E4;
}
</style>
background-color css
<style>
a { background-color: #31D9E4; }
a { background-color: rgb(49,217,228); }
div.DivClassName
{
background-color: #31D9E4;
}
.BgClassName
{
background-color: #31D9E4;
}
</style>
border-color css
<style>
span { border-color: #31D9E4; }
span { border-color: rgb(49,217,228); }
td.TdClassName
{
border-color: #31D9E4;
}
.TagClassName
{
border-color: #31D9E4;
}
</style>