Shades of Turquoise #31E5FF
Tints of Turquoise #31E5FF
RGB
CMYK
RGB Variations
Color information
#31E5FF (or 0x31E5FF) is known color: Turquoise. HEX triplet: 31, E5 and FF. RGB value is (49,229,255). Sum of RGB (Red+Green+Blue) = 49+229+255=533 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.19% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #31E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E5FF is #CE1A00. Grayscale: #B1B1B1. Windows color (decimal): -13507073 or 16770353. OLE color: 16770353.
HSL color Cylindrical-coordinate representation of color #31E5FF: hue angle of 187.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E5FF is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 229 | 255 | - |
| CMYK | 0.81 | 0.10 | 0 | 0 |
| HSL | 187.57º | 1% | 0.6% | - |
| HSV(B) | 187.57º | 0.81% | 1% | - |
| XYZ | 47.34 | 63.91 | 104.45 | - |
| YUV | 178.14 | 171.37 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 255 | 0.81 | 0.10 | 0 | 0 | 187.57 | 1 | 0.6 |
| Hex | 31 | E5 | FF | 51 | A | 0 | 0 | BC | 64 | 3C |
| Octal | 61 | 345 | 377 | 121 | 12 | 0 | 0 | 274 | 144 | 74 |
| Binary | 110001 | 11100101 | 11111111 | 1010001 | 1010 | 0 | 0 | 10111100 | 1100100 | 111100 |
Color Harmonies of #31E5FF
Complementary color
Monochromatic Colors of #31E5FF
Black with #31E5FF
Text Example
Text Example
White with #31E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E5FF; }
p { color: rgb(49,229,255); }
H1.HeaderClassName
{
color: #31E5FF;
}
.AnyTagClassName
{
color: #31E5FF;
}
</style>
background-color css
<style>
a { background-color: #31E5FF; }
a { background-color: rgb(49,229,255); }
div.DivClassName
{
background-color: #31E5FF;
}
.BgClassName
{
background-color: #31E5FF;
}
</style>
border-color css
<style>
span { border-color: #31E5FF; }
span { border-color: rgb(49,229,255); }
td.TdClassName
{
border-color: #31E5FF;
}
.TagClassName
{
border-color: #31E5FF;
}
</style>