Shades of Aqua #28F5FA
Tints of Aqua #28F5FA
RGB
CMYK
RGB Variations
Color information
#28F5FA (or 0x28F5FA) is known color: Aqua. HEX triplet: 28, F5 and FA. RGB value is (40,245,250). Sum of RGB (Red+Green+Blue) = 40+245+250=535 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.48% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #28F5FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F5FA is #D70A05. Grayscale: #B8B8B8. Windows color (decimal): -14092806 or 16446760. OLE color: 16446760.
HSL color Cylindrical-coordinate representation of color #28F5FA: hue angle of 181.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F5FA is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 245 | 250 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.02 |
| HSL | 181.43º | 0.95% | 0.57% | - |
| HSV(B) | 181.43º | 0.84% | 0.98% | - |
| XYZ | 50.78 | 72.66 | 101.79 | - |
| YUV | 184.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 250 | 0.84 | 0.02 | 0 | 0.02 | 181.43 | 0.95 | 0.57 |
| Hex | 28 | F5 | FA | 54 | 2 | 0 | 2 | B5 | 5F | 39 |
| Octal | 50 | 365 | 372 | 124 | 2 | 0 | 2 | 265 | 137 | 71 |
| Binary | 101000 | 11110101 | 11111010 | 1010100 | 10 | 0 | 10 | 10110101 | 1011111 | 111001 |
Color Harmonies of #28F5FA
Complementary color
Monochromatic Colors of #28F5FA
Black with #28F5FA
Text Example
Text Example
White with #28F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F5FA; }
p { color: rgb(40,245,250); }
H1.HeaderClassName
{
color: #28F5FA;
}
.AnyTagClassName
{
color: #28F5FA;
}
</style>
background-color css
<style>
a { background-color: #28F5FA; }
a { background-color: rgb(40,245,250); }
div.DivClassName
{
background-color: #28F5FA;
}
.BgClassName
{
background-color: #28F5FA;
}
</style>
border-color css
<style>
span { border-color: #28F5FA; }
span { border-color: rgb(40,245,250); }
td.TdClassName
{
border-color: #28F5FA;
}
.TagClassName
{
border-color: #28F5FA;
}
</style>