Shades of Aqua #28EFFE
Tints of Aqua #28EFFE
RGB
CMYK
RGB Variations
Color information
#28EFFE (or 0x28EFFE) is known color: Aqua. HEX triplet: 28, EF and FE. RGB value is (40,239,254). Sum of RGB (Red+Green+Blue) = 40+239+254=533 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.50% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #28EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EFFE is #D71001. Grayscale: #B4B4B4. Windows color (decimal): -14094338 or 16707368. OLE color: 16707368.
HSL color Cylindrical-coordinate representation of color #28EFFE: hue angle of 184.21º 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 #28EFFE is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 239 | 254 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.00 |
| HSL | 184.21º | 0.99% | 0.58% | - |
| HSV(B) | 184.21º | 0.84% | 1% | - |
| XYZ | 49.63 | 69.34 | 104.53 | - |
| YUV | 181.21 | 169.07 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 254 | 0.84 | 0.06 | 0 | 0.00 | 184.21 | 0.99 | 0.58 |
| Hex | 28 | EF | FE | 54 | 6 | 0 | 0 | B8 | 63 | 3A |
| Octal | 50 | 357 | 376 | 124 | 6 | 0 | 0 | 270 | 143 | 72 |
| Binary | 101000 | 11101111 | 11111110 | 1010100 | 110 | 0 | 0 | 10111000 | 1100011 | 111010 |
Color Harmonies of #28EFFE
Complementary color
Monochromatic Colors of #28EFFE
Black with #28EFFE
Text Example
Text Example
White with #28EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFFE; }
p { color: rgb(40,239,254); }
H1.HeaderClassName
{
color: #28EFFE;
}
.AnyTagClassName
{
color: #28EFFE;
}
</style>
background-color css
<style>
a { background-color: #28EFFE; }
a { background-color: rgb(40,239,254); }
div.DivClassName
{
background-color: #28EFFE;
}
.BgClassName
{
background-color: #28EFFE;
}
</style>
border-color css
<style>
span { border-color: #28EFFE; }
span { border-color: rgb(40,239,254); }
td.TdClassName
{
border-color: #28EFFE;
}
.TagClassName
{
border-color: #28EFFE;
}
</style>