Shades of Turquoise #31E1FF
Tints of Turquoise #31E1FF
RGB
CMYK
RGB Variations
Color information
#31E1FF (or 0x31E1FF) is known color: Turquoise. HEX triplet: 31, E1 and FF. RGB value is (49,225,255). Sum of RGB (Red+Green+Blue) = 49+225+255=529 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.26% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #31E1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E1FF is #CE1E00. Grayscale: #AFAFAF. Windows color (decimal): -13508097 or 16769329. OLE color: 16769329.
HSL color Cylindrical-coordinate representation of color #31E1FF: hue angle of 188.74º 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 #31E1FF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 225 | 255 | - |
| CMYK | 0.81 | 0.12 | 0 | 0 |
| HSL | 188.74º | 1% | 0.6% | - |
| HSV(B) | 188.74º | 0.81% | 1% | - |
| XYZ | 46.24 | 61.72 | 104.08 | - |
| YUV | 175.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 255 | 0.81 | 0.12 | 0 | 0 | 188.74 | 1 | 0.6 |
| Hex | 31 | E1 | FF | 51 | C | 0 | 0 | BD | 64 | 3C |
| Octal | 61 | 341 | 377 | 121 | 14 | 0 | 0 | 275 | 144 | 74 |
| Binary | 110001 | 11100001 | 11111111 | 1010001 | 1100 | 0 | 0 | 10111101 | 1100100 | 111100 |
Color Harmonies of #31E1FF
Complementary color
Monochromatic Colors of #31E1FF
Black with #31E1FF
Text Example
Text Example
White with #31E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E1FF; }
p { color: rgb(49,225,255); }
H1.HeaderClassName
{
color: #31E1FF;
}
.AnyTagClassName
{
color: #31E1FF;
}
</style>
background-color css
<style>
a { background-color: #31E1FF; }
a { background-color: rgb(49,225,255); }
div.DivClassName
{
background-color: #31E1FF;
}
.BgClassName
{
background-color: #31E1FF;
}
</style>
border-color css
<style>
span { border-color: #31E1FF; }
span { border-color: rgb(49,225,255); }
td.TdClassName
{
border-color: #31E1FF;
}
.TagClassName
{
border-color: #31E1FF;
}
</style>