Shades of Aqua #28FEF6
Tints of Aqua #28FEF6
RGB
CMYK
RGB Variations
Color information
#28FEF6 (or 0x28FEF6) is known color: Aqua. HEX triplet: 28, FE and F6. RGB value is (40,254,246). Sum of RGB (Red+Green+Blue) = 40+254+246=540 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.41% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEF6 is #D70109. Grayscale: #BCBCBC. Windows color (decimal): -14090506 or 16186920. OLE color: 16186920.
HSL color Cylindrical-coordinate representation of color #28FEF6: hue angle of 177.76º 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 #28FEF6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 246 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.00 |
| HSL | 177.76º | 0.99% | 0.58% | - |
| HSV(B) | 177.76º | 0.84% | 1% | - |
| XYZ | 52.95 | 77.99 | 99.45 | - |
| YUV | 189.1 | 160.1 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 246 | 0.84 | 0 | 0.03 | 0.00 | 177.76 | 0.99 | 0.58 |
| Hex | 28 | FE | F6 | 54 | 0 | 3 | 0 | B2 | 63 | 3A |
| Octal | 50 | 376 | 366 | 124 | 0 | 3 | 0 | 262 | 143 | 72 |
| Binary | 101000 | 11111110 | 11110110 | 1010100 | 0 | 11 | 0 | 10110010 | 1100011 | 111010 |
Color Harmonies of #28FEF6
Complementary color
Monochromatic Colors of #28FEF6
Black with #28FEF6
Text Example
Text Example
White with #28FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEF6; }
p { color: rgb(40,254,246); }
H1.HeaderClassName
{
color: #28FEF6;
}
.AnyTagClassName
{
color: #28FEF6;
}
</style>
background-color css
<style>
a { background-color: #28FEF6; }
a { background-color: rgb(40,254,246); }
div.DivClassName
{
background-color: #28FEF6;
}
.BgClassName
{
background-color: #28FEF6;
}
</style>
border-color css
<style>
span { border-color: #28FEF6; }
span { border-color: rgb(40,254,246); }
td.TdClassName
{
border-color: #28FEF6;
}
.TagClassName
{
border-color: #28FEF6;
}
</style>