Shades of Turquoise #31E2FB
Tints of Turquoise #31E2FB
RGB
CMYK
RGB Variations
Color information
#31E2FB (or 0x31E2FB) is known color: Turquoise. HEX triplet: 31, E2 and FB. RGB value is (49,226,251). Sum of RGB (Red+Green+Blue) = 49+226+251=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #31E2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E2FB is #CE1D04. Grayscale: #AFAFAF. Windows color (decimal): -13507845 or 16507441. OLE color: 16507441.
HSL color Cylindrical-coordinate representation of color #31E2FB: hue angle of 187.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31E2FB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 226 | 251 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.02 |
| HSL | 187.43º | 0.96% | 0.59% | - |
| HSV(B) | 187.43º | 0.8% | 0.98% | - |
| XYZ | 45.88 | 62.01 | 100.82 | - |
| YUV | 175.93 | 170.36 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 251 | 0.80 | 0.10 | 0 | 0.02 | 187.43 | 0.96 | 0.59 |
| Hex | 31 | E2 | FB | 50 | A | 0 | 2 | BB | 60 | 3B |
| Octal | 61 | 342 | 373 | 120 | 12 | 0 | 2 | 273 | 140 | 73 |
| Binary | 110001 | 11100010 | 11111011 | 1010000 | 1010 | 0 | 10 | 10111011 | 1100000 | 111011 |
Color Harmonies of #31E2FB
Complementary color
Monochromatic Colors of #31E2FB
Black with #31E2FB
Text Example
Text Example
White with #31E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2FB; }
p { color: rgb(49,226,251); }
H1.HeaderClassName
{
color: #31E2FB;
}
.AnyTagClassName
{
color: #31E2FB;
}
</style>
background-color css
<style>
a { background-color: #31E2FB; }
a { background-color: rgb(49,226,251); }
div.DivClassName
{
background-color: #31E2FB;
}
.BgClassName
{
background-color: #31E2FB;
}
</style>
border-color css
<style>
span { border-color: #31E2FB; }
span { border-color: rgb(49,226,251); }
td.TdClassName
{
border-color: #31E2FB;
}
.TagClassName
{
border-color: #31E2FB;
}
</style>