Shades of Aqua #28FEFE
Tints of Aqua #28FEFE
RGB
CMYK
RGB Variations
Color information
#28FEFE (or 0x28FEFE) is known color: Aqua. HEX triplet: 28, FE and FE. RGB value is (40,254,254). Sum of RGB (Red+Green+Blue) = 40+254+254=548 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.30% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #28FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEFE is #D70101. Grayscale: #BDBDBD. Windows color (decimal): -14090498 or 16711208. OLE color: 16711208.
HSL color Cylindrical-coordinate representation of color #28FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FEFE is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 254 | - |
| CMYK | 0.84 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.58% | - |
| HSV(B) | 180º | 0.84% | 1% | - |
| XYZ | 54.21 | 78.49 | 106.06 | - |
| YUV | 190.01 | 164.1 | 21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 254 | 0.84 | 0 | 0 | 0.00 | 180 | 0.99 | 0.58 |
| Hex | 28 | FE | FE | 54 | 0 | 0 | 0 | B4 | 63 | 3A |
| Octal | 50 | 376 | 376 | 124 | 0 | 0 | 0 | 264 | 143 | 72 |
| Binary | 101000 | 11111110 | 11111110 | 1010100 | 0 | 0 | 0 | 10110100 | 1100011 | 111010 |
Color Harmonies of #28FEFE
Complementary color
Monochromatic Colors of #28FEFE
Black with #28FEFE
Text Example
Text Example
White with #28FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEFE; }
p { color: rgb(40,254,254); }
H1.HeaderClassName
{
color: #28FEFE;
}
.AnyTagClassName
{
color: #28FEFE;
}
</style>
background-color css
<style>
a { background-color: #28FEFE; }
a { background-color: rgb(40,254,254); }
div.DivClassName
{
background-color: #28FEFE;
}
.BgClassName
{
background-color: #28FEFE;
}
</style>
border-color css
<style>
span { border-color: #28FEFE; }
span { border-color: rgb(40,254,254); }
td.TdClassName
{
border-color: #28FEFE;
}
.TagClassName
{
border-color: #28FEFE;
}
</style>