Shades of Aqua #28FDF1
Tints of Aqua #28FDF1
RGB
CMYK
RGB Variations
Color information
#28FDF1 (or 0x28FDF1) is known color: Aqua. HEX triplet: 28, FD and F1. RGB value is (40,253,241). Sum of RGB (Red+Green+Blue) = 40+253+241=534 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.49% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FDF1 is #D7020E. Grayscale: #BBBBBB. Windows color (decimal): -14090767 or 15858984. OLE color: 15858984.
HSL color Cylindrical-coordinate representation of color #28FDF1: hue angle of 176.62º 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 #28FDF1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 241 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.01 |
| HSL | 176.62º | 0.98% | 0.57% | - |
| HSV(B) | 176.62º | 0.84% | 0.99% | - |
| XYZ | 51.88 | 77.05 | 95.36 | - |
| YUV | 187.95 | 157.93 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 241 | 0.84 | 0 | 0.05 | 0.01 | 176.62 | 0.98 | 0.57 |
| Hex | 28 | FD | F1 | 54 | 0 | 5 | 1 | B1 | 62 | 39 |
| Octal | 50 | 375 | 361 | 124 | 0 | 5 | 1 | 261 | 142 | 71 |
| Binary | 101000 | 11111101 | 11110001 | 1010100 | 0 | 101 | 1 | 10110001 | 1100010 | 111001 |
Color Harmonies of #28FDF1
Complementary color
Monochromatic Colors of #28FDF1
Black with #28FDF1
Text Example
Text Example
White with #28FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDF1; }
p { color: rgb(40,253,241); }
H1.HeaderClassName
{
color: #28FDF1;
}
.AnyTagClassName
{
color: #28FDF1;
}
</style>
background-color css
<style>
a { background-color: #28FDF1; }
a { background-color: rgb(40,253,241); }
div.DivClassName
{
background-color: #28FDF1;
}
.BgClassName
{
background-color: #28FDF1;
}
</style>
border-color css
<style>
span { border-color: #28FDF1; }
span { border-color: rgb(40,253,241); }
td.TdClassName
{
border-color: #28FDF1;
}
.TagClassName
{
border-color: #28FDF1;
}
</style>