Shades of Aqua #28FDFE
Tints of Aqua #28FDFE
RGB
CMYK
RGB Variations
Color information
#28FDFE (or 0x28FDFE) is known color: Aqua. HEX triplet: 28, FD and FE. RGB value is (40,253,254). Sum of RGB (Red+Green+Blue) = 40+253+254=547 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.31% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #28FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FDFE is #D70201. Grayscale: #BDBDBD. Windows color (decimal): -14090754 or 16710952. OLE color: 16710952.
HSL color Cylindrical-coordinate representation of color #28FDFE: hue angle of 180.28º 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 #28FDFE is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 253 | 254 | - |
| CMYK | 0.84 | 0.00 | 0 | 0.00 |
| HSL | 180.28º | 0.99% | 0.58% | - |
| HSV(B) | 180.28º | 0.84% | 1% | - |
| XYZ | 53.89 | 77.86 | 105.95 | - |
| YUV | 189.43 | 164.43 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 254 | 0.84 | 0.00 | 0 | 0.00 | 180.28 | 0.99 | 0.58 |
| Hex | 28 | FD | FE | 54 | 0 | 0 | 0 | B4 | 63 | 3A |
| Octal | 50 | 375 | 376 | 124 | 0 | 0 | 0 | 264 | 143 | 72 |
| Binary | 101000 | 11111101 | 11111110 | 1010100 | 0 | 0 | 0 | 10110100 | 1100011 | 111010 |
Color Harmonies of #28FDFE
Complementary color
Monochromatic Colors of #28FDFE
Black with #28FDFE
Text Example
Text Example
White with #28FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDFE; }
p { color: rgb(40,253,254); }
H1.HeaderClassName
{
color: #28FDFE;
}
.AnyTagClassName
{
color: #28FDFE;
}
</style>
background-color css
<style>
a { background-color: #28FDFE; }
a { background-color: rgb(40,253,254); }
div.DivClassName
{
background-color: #28FDFE;
}
.BgClassName
{
background-color: #28FDFE;
}
</style>
border-color css
<style>
span { border-color: #28FDFE; }
span { border-color: rgb(40,253,254); }
td.TdClassName
{
border-color: #28FDFE;
}
.TagClassName
{
border-color: #28FDFE;
}
</style>