Shades of Aqua #31FEFF
Tints of Aqua #31FEFF
RGB
CMYK
RGB Variations
Color information
#31FEFF (or 0x31FEFF) is known color: Aqua. HEX triplet: 31, FE and FF. RGB value is (49,254,255). Sum of RGB (Red+Green+Blue) = 49+254+255=558 (73% of max value = 765). Red value is 49 (19.53% from 255 or 8.78% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #31FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FEFF is #CE0100. Grayscale: #C0C0C0. Windows color (decimal): -13500673 or 16776753. OLE color: 16776753.
HSL color Cylindrical-coordinate representation of color #31FEFF: hue angle of 180.29º 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 #31FEFF is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 254 | 255 | - |
| CMYK | 0.81 | 0.00 | 0 | 0 |
| HSL | 180.29º | 1% | 0.6% | - |
| HSV(B) | 180.29º | 0.81% | 1% | - |
| XYZ | 54.76 | 78.76 | 106.92 | - |
| YUV | 192.82 | 163.08 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 255 | 0.81 | 0.00 | 0 | 0 | 180.29 | 1 | 0.6 |
| Hex | 31 | FE | FF | 51 | 0 | 0 | 0 | B4 | 64 | 3C |
| Octal | 61 | 376 | 377 | 121 | 0 | 0 | 0 | 264 | 144 | 74 |
| Binary | 110001 | 11111110 | 11111111 | 1010001 | 0 | 0 | 0 | 10110100 | 1100100 | 111100 |
Color Harmonies of #31FEFF
Complementary color
Monochromatic Colors of #31FEFF
Black with #31FEFF
Text Example
Text Example
White with #31FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEFF; }
p { color: rgb(49,254,255); }
H1.HeaderClassName
{
color: #31FEFF;
}
.AnyTagClassName
{
color: #31FEFF;
}
</style>
background-color css
<style>
a { background-color: #31FEFF; }
a { background-color: rgb(49,254,255); }
div.DivClassName
{
background-color: #31FEFF;
}
.BgClassName
{
background-color: #31FEFF;
}
</style>
border-color css
<style>
span { border-color: #31FEFF; }
span { border-color: rgb(49,254,255); }
td.TdClassName
{
border-color: #31FEFF;
}
.TagClassName
{
border-color: #31FEFF;
}
</style>