Shades of Aqua #28FDF6
Tints of Aqua #28FDF6
RGB
CMYK
RGB Variations
Color information
#28FDF6 (or 0x28FDF6) is known color: Aqua. HEX triplet: 28, FD and F6. RGB value is (40,253,246). Sum of RGB (Red+Green+Blue) = 40+253+246=539 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.42% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FDF6 is #D70209. Grayscale: #BCBCBC. Windows color (decimal): -14090762 or 16186664. OLE color: 16186664.
HSL color Cylindrical-coordinate representation of color #28FDF6: hue angle of 178.03º 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 #28FDF6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 246 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.01 |
| HSL | 178.03º | 0.98% | 0.57% | - |
| HSV(B) | 178.03º | 0.84% | 0.99% | - |
| XYZ | 52.63 | 77.36 | 99.35 | - |
| YUV | 188.52 | 160.43 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 246 | 0.84 | 0 | 0.03 | 0.01 | 178.03 | 0.98 | 0.57 |
| Hex | 28 | FD | F6 | 54 | 0 | 3 | 1 | B2 | 62 | 39 |
| Octal | 50 | 375 | 366 | 124 | 0 | 3 | 1 | 262 | 142 | 71 |
| Binary | 101000 | 11111101 | 11110110 | 1010100 | 0 | 11 | 1 | 10110010 | 1100010 | 111001 |
Color Harmonies of #28FDF6
Complementary color
Monochromatic Colors of #28FDF6
Black with #28FDF6
Text Example
Text Example
White with #28FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDF6; }
p { color: rgb(40,253,246); }
H1.HeaderClassName
{
color: #28FDF6;
}
.AnyTagClassName
{
color: #28FDF6;
}
</style>
background-color css
<style>
a { background-color: #28FDF6; }
a { background-color: rgb(40,253,246); }
div.DivClassName
{
background-color: #28FDF6;
}
.BgClassName
{
background-color: #28FDF6;
}
</style>
border-color css
<style>
span { border-color: #28FDF6; }
span { border-color: rgb(40,253,246); }
td.TdClassName
{
border-color: #28FDF6;
}
.TagClassName
{
border-color: #28FDF6;
}
</style>