Shades of Turquoise #31E1F6
Tints of Turquoise #31E1F6
RGB
CMYK
RGB Variations
Color information
#31E1F6 (or 0x31E1F6) is known color: Turquoise. HEX triplet: 31, E1 and F6. RGB value is (49,225,246). Sum of RGB (Red+Green+Blue) = 49+225+246=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #31E1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E1F6 is #CE1E09. Grayscale: #AEAEAE. Windows color (decimal): -13508106 or 16179505. OLE color: 16179505.
HSL color Cylindrical-coordinate representation of color #31E1F6: hue angle of 186.4º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31E1F6 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 225 | 246 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.04 |
| HSL | 186.4º | 0.92% | 0.58% | - |
| HSV(B) | 186.4º | 0.8% | 0.96% | - |
| XYZ | 44.83 | 61.16 | 96.63 | - |
| YUV | 174.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 246 | 0.80 | 0.09 | 0 | 0.04 | 186.4 | 0.92 | 0.58 |
| Hex | 31 | E1 | F6 | 50 | 9 | 0 | 4 | BA | 5C | 3A |
| Octal | 61 | 341 | 366 | 120 | 11 | 0 | 4 | 272 | 134 | 72 |
| Binary | 110001 | 11100001 | 11110110 | 1010000 | 1001 | 0 | 100 | 10111010 | 1011100 | 111010 |
Color Harmonies of #31E1F6
Complementary color
Monochromatic Colors of #31E1F6
Black with #31E1F6
Text Example
Text Example
White with #31E1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E1F6; }
p { color: rgb(49,225,246); }
H1.HeaderClassName
{
color: #31E1F6;
}
.AnyTagClassName
{
color: #31E1F6;
}
</style>
background-color css
<style>
a { background-color: #31E1F6; }
a { background-color: rgb(49,225,246); }
div.DivClassName
{
background-color: #31E1F6;
}
.BgClassName
{
background-color: #31E1F6;
}
</style>
border-color css
<style>
span { border-color: #31E1F6; }
span { border-color: rgb(49,225,246); }
td.TdClassName
{
border-color: #31E1F6;
}
.TagClassName
{
border-color: #31E1F6;
}
</style>