Shades of Aqua #25FEFE
Tints of Aqua #25FEFE
RGB
CMYK
RGB Variations
Color information
#25FEFE (or 0x25FEFE) is known color: Aqua. HEX triplet: 25, FE and FE. RGB value is (37,254,254). Sum of RGB (Red+Green+Blue) = 37+254+254=545 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.79% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #25FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEFE is #DA0101. Grayscale: #BCBCBC. Windows color (decimal): -14287106 or 16711205. OLE color: 16711205.
HSL color Cylindrical-coordinate representation of color #25FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEFE is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 254 | - |
| CMYK | 0.85 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.57% | - |
| HSV(B) | 180º | 0.85% | 1% | - |
| XYZ | 54.09 | 78.43 | 106.05 | - |
| YUV | 189.12 | 164.61 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 254 | 0.85 | 0 | 0 | 0.00 | 180 | 0.99 | 0.57 |
| Hex | 25 | FE | FE | 55 | 0 | 0 | 0 | B4 | 63 | 39 |
| Octal | 45 | 376 | 376 | 125 | 0 | 0 | 0 | 264 | 143 | 71 |
| Binary | 100101 | 11111110 | 11111110 | 1010101 | 0 | 0 | 0 | 10110100 | 1100011 | 111001 |
Color Harmonies of #25FEFE
Complementary color
Monochromatic Colors of #25FEFE
Black with #25FEFE
Text Example
Text Example
White with #25FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEFE; }
p { color: rgb(37,254,254); }
H1.HeaderClassName
{
color: #25FEFE;
}
.AnyTagClassName
{
color: #25FEFE;
}
</style>
background-color css
<style>
a { background-color: #25FEFE; }
a { background-color: rgb(37,254,254); }
div.DivClassName
{
background-color: #25FEFE;
}
.BgClassName
{
background-color: #25FEFE;
}
</style>
border-color css
<style>
span { border-color: #25FEFE; }
span { border-color: rgb(37,254,254); }
td.TdClassName
{
border-color: #25FEFE;
}
.TagClassName
{
border-color: #25FEFE;
}
</style>