Shades of Aqua #28FEF7
Tints of Aqua #28FEF7
RGB
CMYK
RGB Variations
Color information
#28FEF7 (or 0x28FEF7) is known color: Aqua. HEX triplet: 28, FE and F7. RGB value is (40,254,247). Sum of RGB (Red+Green+Blue) = 40+254+247=541 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.39% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEF7 is #D70108. Grayscale: #BDBDBD. Windows color (decimal): -14090505 or 16252456. OLE color: 16252456.
HSL color Cylindrical-coordinate representation of color #28FEF7: hue angle of 178.04º 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 #28FEF7 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 247 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.00 |
| HSL | 178.04º | 0.99% | 0.58% | - |
| HSV(B) | 178.04º | 0.84% | 1% | - |
| XYZ | 53.11 | 78.05 | 100.26 | - |
| YUV | 189.22 | 160.6 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 247 | 0.84 | 0 | 0.03 | 0.00 | 178.04 | 0.99 | 0.58 |
| Hex | 28 | FE | F7 | 54 | 0 | 3 | 0 | B2 | 63 | 3A |
| Octal | 50 | 376 | 367 | 124 | 0 | 3 | 0 | 262 | 143 | 72 |
| Binary | 101000 | 11111110 | 11110111 | 1010100 | 0 | 11 | 0 | 10110010 | 1100011 | 111010 |
Color Harmonies of #28FEF7
Complementary color
Monochromatic Colors of #28FEF7
Black with #28FEF7
Text Example
Text Example
White with #28FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEF7; }
p { color: rgb(40,254,247); }
H1.HeaderClassName
{
color: #28FEF7;
}
.AnyTagClassName
{
color: #28FEF7;
}
</style>
background-color css
<style>
a { background-color: #28FEF7; }
a { background-color: rgb(40,254,247); }
div.DivClassName
{
background-color: #28FEF7;
}
.BgClassName
{
background-color: #28FEF7;
}
</style>
border-color css
<style>
span { border-color: #28FEF7; }
span { border-color: rgb(40,254,247); }
td.TdClassName
{
border-color: #28FEF7;
}
.TagClassName
{
border-color: #28FEF7;
}
</style>