Shades of Aqua #25FEFF
Tints of Aqua #25FEFF
RGB
CMYK
RGB Variations
Color information
#25FEFF (or 0x25FEFF) is known color: Aqua. HEX triplet: 25, FE and FF. RGB value is (37,254,255). Sum of RGB (Red+Green+Blue) = 37+254+255=546 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.78% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #25FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEFF is #DA0100. Grayscale: #BDBDBD. Windows color (decimal): -14287105 or 16776741. OLE color: 16776741.
HSL color Cylindrical-coordinate representation of color #25FEFF: hue angle of 180.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEFF is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 254 | 255 | - |
| CMYK | 0.85 | 0.00 | 0 | 0 |
| HSL | 180.28º | 1% | 0.57% | - |
| HSV(B) | 180.28º | 0.85% | 1% | - |
| XYZ | 54.25 | 78.5 | 106.9 | - |
| YUV | 189.23 | 165.11 | 19.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 255 | 0.85 | 0.00 | 0 | 0 | 180.28 | 1 | 0.57 |
| Hex | 25 | FE | FF | 55 | 0 | 0 | 0 | B4 | 64 | 39 |
| Octal | 45 | 376 | 377 | 125 | 0 | 0 | 0 | 264 | 144 | 71 |
| Binary | 100101 | 11111110 | 11111111 | 1010101 | 0 | 0 | 0 | 10110100 | 1100100 | 111001 |
Color Harmonies of #25FEFF
Complementary color
Monochromatic Colors of #25FEFF
Black with #25FEFF
Text Example
Text Example
White with #25FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEFF; }
p { color: rgb(37,254,255); }
H1.HeaderClassName
{
color: #25FEFF;
}
.AnyTagClassName
{
color: #25FEFF;
}
</style>
background-color css
<style>
a { background-color: #25FEFF; }
a { background-color: rgb(37,254,255); }
div.DivClassName
{
background-color: #25FEFF;
}
.BgClassName
{
background-color: #25FEFF;
}
</style>
border-color css
<style>
span { border-color: #25FEFF; }
span { border-color: rgb(37,254,255); }
td.TdClassName
{
border-color: #25FEFF;
}
.TagClassName
{
border-color: #25FEFF;
}
</style>