Shades of Aqua #28FDFB
Tints of Aqua #28FDFB
RGB
CMYK
RGB Variations
Color information
#28FDFB (or 0x28FDFB) is known color: Aqua. HEX triplet: 28, FD and FB. RGB value is (40,253,251). Sum of RGB (Red+Green+Blue) = 40+253+251=544 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.35% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FDFB is #D70204. Grayscale: #BCBCBC. Windows color (decimal): -14090757 or 16514344. OLE color: 16514344.
HSL color Cylindrical-coordinate representation of color #28FDFB: hue angle of 179.44º 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 #28FDFB is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 251 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.01 |
| HSL | 179.44º | 0.98% | 0.57% | - |
| HSV(B) | 179.44º | 0.84% | 0.99% | - |
| XYZ | 53.41 | 77.67 | 103.44 | - |
| YUV | 189.09 | 162.93 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 251 | 0.84 | 0 | 0.01 | 0.01 | 179.44 | 0.98 | 0.57 |
| Hex | 28 | FD | FB | 54 | 0 | 1 | 1 | B3 | 62 | 39 |
| Octal | 50 | 375 | 373 | 124 | 0 | 1 | 1 | 263 | 142 | 71 |
| Binary | 101000 | 11111101 | 11111011 | 1010100 | 0 | 1 | 1 | 10110011 | 1100010 | 111001 |
Color Harmonies of #28FDFB
Complementary color
Monochromatic Colors of #28FDFB
Black with #28FDFB
Text Example
Text Example
White with #28FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDFB; }
p { color: rgb(40,253,251); }
H1.HeaderClassName
{
color: #28FDFB;
}
.AnyTagClassName
{
color: #28FDFB;
}
</style>
background-color css
<style>
a { background-color: #28FDFB; }
a { background-color: rgb(40,253,251); }
div.DivClassName
{
background-color: #28FDFB;
}
.BgClassName
{
background-color: #28FDFB;
}
</style>
border-color css
<style>
span { border-color: #28FDFB; }
span { border-color: rgb(40,253,251); }
td.TdClassName
{
border-color: #28FDFB;
}
.TagClassName
{
border-color: #28FDFB;
}
</style>