Shades of Aqua #28FFFD
Tints of Aqua #28FFFD
RGB
CMYK
RGB Variations
Color information
#28FFFD (or 0x28FFFD) is known color: Aqua. HEX triplet: 28, FF and FD. RGB value is (40,255,253). Sum of RGB (Red+Green+Blue) = 40+255+253=548 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.30% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FFFD is #D70002. Grayscale: #BEBEBE. Windows color (decimal): -14090243 or 16645928. OLE color: 16645928.
HSL color Cylindrical-coordinate representation of color #28FFFD: hue angle of 179.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFFD is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 253 | - |
| CMYK | 0.84 | 0 | 0.01 | 0 |
| HSL | 179.44º | 1% | 0.58% | - |
| HSV(B) | 179.44º | 0.84% | 1% | - |
| XYZ | 54.36 | 79.06 | 105.32 | - |
| YUV | 190.49 | 163.27 | 20.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 253 | 0.84 | 0 | 0.01 | 0 | 179.44 | 1 | 0.58 |
| Hex | 28 | FF | FD | 54 | 0 | 1 | 0 | B3 | 64 | 3A |
| Octal | 50 | 377 | 375 | 124 | 0 | 1 | 0 | 263 | 144 | 72 |
| Binary | 101000 | 11111111 | 11111101 | 1010100 | 0 | 1 | 0 | 10110011 | 1100100 | 111010 |
Color Harmonies of #28FFFD
Complementary color
Monochromatic Colors of #28FFFD
Black with #28FFFD
Text Example
Text Example
White with #28FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFFD; }
p { color: rgb(40,255,253); }
H1.HeaderClassName
{
color: #28FFFD;
}
.AnyTagClassName
{
color: #28FFFD;
}
</style>
background-color css
<style>
a { background-color: #28FFFD; }
a { background-color: rgb(40,255,253); }
div.DivClassName
{
background-color: #28FFFD;
}
.BgClassName
{
background-color: #28FFFD;
}
</style>
border-color css
<style>
span { border-color: #28FFFD; }
span { border-color: rgb(40,255,253); }
td.TdClassName
{
border-color: #28FFFD;
}
.TagClassName
{
border-color: #28FFFD;
}
</style>