Shades of Aqua #28EEFD
Tints of Aqua #28EEFD
RGB
CMYK
RGB Variations
Color information
#28EEFD (or 0x28EEFD) is known color: Aqua. HEX triplet: 28, EE and FD. RGB value is (40,238,253). Sum of RGB (Red+Green+Blue) = 40+238+253=531 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.53% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #28EEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EEFD is #D71102. Grayscale: #B4B4B4. Windows color (decimal): -14094595 or 16641576. OLE color: 16641576.
HSL color Cylindrical-coordinate representation of color #28EEFD: hue angle of 184.23º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EEFD is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 238 | 253 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.01 |
| HSL | 184.23º | 0.98% | 0.57% | - |
| HSV(B) | 184.23º | 0.84% | 0.99% | - |
| XYZ | 49.18 | 68.69 | 103.6 | - |
| YUV | 180.51 | 168.9 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 253 | 0.84 | 0.06 | 0 | 0.01 | 184.23 | 0.98 | 0.57 |
| Hex | 28 | EE | FD | 54 | 6 | 0 | 1 | B8 | 62 | 39 |
| Octal | 50 | 356 | 375 | 124 | 6 | 0 | 1 | 270 | 142 | 71 |
| Binary | 101000 | 11101110 | 11111101 | 1010100 | 110 | 0 | 1 | 10111000 | 1100010 | 111001 |
Color Harmonies of #28EEFD
Complementary color
Monochromatic Colors of #28EEFD
Black with #28EEFD
Text Example
Text Example
White with #28EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEFD; }
p { color: rgb(40,238,253); }
H1.HeaderClassName
{
color: #28EEFD;
}
.AnyTagClassName
{
color: #28EEFD;
}
</style>
background-color css
<style>
a { background-color: #28EEFD; }
a { background-color: rgb(40,238,253); }
div.DivClassName
{
background-color: #28EEFD;
}
.BgClassName
{
background-color: #28EEFD;
}
</style>
border-color css
<style>
span { border-color: #28EEFD; }
span { border-color: rgb(40,238,253); }
td.TdClassName
{
border-color: #28EEFD;
}
.TagClassName
{
border-color: #28EEFD;
}
</style>