Shades of Aqua #25FEFD
Tints of Aqua #25FEFD
RGB
CMYK
RGB Variations
Color information
#25FEFD (or 0x25FEFD) is known color: Aqua. HEX triplet: 25, FE and FD. RGB value is (37,254,253). Sum of RGB (Red+Green+Blue) = 37+254+253=544 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.80% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEFD is #DA0102. Grayscale: #BCBCBC. Windows color (decimal): -14287107 or 16645669. OLE color: 16645669.
HSL color Cylindrical-coordinate representation of color #25FEFD: hue angle of 179.72º 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 #25FEFD is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 253 | - |
| CMYK | 0.85 | 0 | 0.00 | 0.00 |
| HSL | 179.72º | 0.99% | 0.57% | - |
| HSV(B) | 179.72º | 0.85% | 1% | - |
| XYZ | 53.93 | 78.37 | 105.21 | - |
| YUV | 189 | 164.11 | 19.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 253 | 0.85 | 0 | 0.00 | 0.00 | 179.72 | 0.99 | 0.57 |
| Hex | 25 | FE | FD | 55 | 0 | 0 | 0 | B4 | 63 | 39 |
| Octal | 45 | 376 | 375 | 125 | 0 | 0 | 0 | 264 | 143 | 71 |
| Binary | 100101 | 11111110 | 11111101 | 1010101 | 0 | 0 | 0 | 10110100 | 1100011 | 111001 |
Color Harmonies of #25FEFD
Complementary color
Monochromatic Colors of #25FEFD
Black with #25FEFD
Text Example
Text Example
White with #25FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEFD; }
p { color: rgb(37,254,253); }
H1.HeaderClassName
{
color: #25FEFD;
}
.AnyTagClassName
{
color: #25FEFD;
}
</style>
background-color css
<style>
a { background-color: #25FEFD; }
a { background-color: rgb(37,254,253); }
div.DivClassName
{
background-color: #25FEFD;
}
.BgClassName
{
background-color: #25FEFD;
}
</style>
border-color css
<style>
span { border-color: #25FEFD; }
span { border-color: rgb(37,254,253); }
td.TdClassName
{
border-color: #25FEFD;
}
.TagClassName
{
border-color: #25FEFD;
}
</style>