Shades of Aqua #28FDFC
Tints of Aqua #28FDFC
RGB
CMYK
RGB Variations
Color information
#28FDFC (or 0x28FDFC) is known color: Aqua. HEX triplet: 28, FD and FC. RGB value is (40,253,252). Sum of RGB (Red+Green+Blue) = 40+253+252=545 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.34% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FDFC is #D70203. Grayscale: #BCBCBC. Windows color (decimal): -14090756 or 16579880. OLE color: 16579880.
HSL color Cylindrical-coordinate representation of color #28FDFC: hue angle of 179.72º 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 #28FDFC is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 252 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.01 |
| HSL | 179.72º | 0.98% | 0.57% | - |
| HSV(B) | 179.72º | 0.84% | 0.99% | - |
| XYZ | 53.57 | 77.73 | 104.28 | - |
| YUV | 189.2 | 163.43 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 252 | 0.84 | 0 | 0.00 | 0.01 | 179.72 | 0.98 | 0.57 |
| Hex | 28 | FD | FC | 54 | 0 | 0 | 1 | B4 | 62 | 39 |
| Octal | 50 | 375 | 374 | 124 | 0 | 0 | 1 | 264 | 142 | 71 |
| Binary | 101000 | 11111101 | 11111100 | 1010100 | 0 | 0 | 1 | 10110100 | 1100010 | 111001 |
Color Harmonies of #28FDFC
Complementary color
Monochromatic Colors of #28FDFC
Black with #28FDFC
Text Example
Text Example
White with #28FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDFC; }
p { color: rgb(40,253,252); }
H1.HeaderClassName
{
color: #28FDFC;
}
.AnyTagClassName
{
color: #28FDFC;
}
</style>
background-color css
<style>
a { background-color: #28FDFC; }
a { background-color: rgb(40,253,252); }
div.DivClassName
{
background-color: #28FDFC;
}
.BgClassName
{
background-color: #28FDFC;
}
</style>
border-color css
<style>
span { border-color: #28FDFC; }
span { border-color: rgb(40,253,252); }
td.TdClassName
{
border-color: #28FDFC;
}
.TagClassName
{
border-color: #28FDFC;
}
</style>