Shades of Aqua #28EDFC
Tints of Aqua #28EDFC
RGB
CMYK
RGB Variations
Color information
#28EDFC (or 0x28EDFC) is known color: Aqua. HEX triplet: 28, ED and FC. RGB value is (40,237,252). Sum of RGB (Red+Green+Blue) = 40+237+252=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #28EDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EDFC is #D71203. Grayscale: #B3B3B3. Windows color (decimal): -14094852 or 16575784. OLE color: 16575784.
HSL color Cylindrical-coordinate representation of color #28EDFC: hue angle of 184.25º degrees, saturation: 0.97, 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 #28EDFC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 237 | 252 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.01 |
| HSL | 184.25º | 0.97% | 0.57% | - |
| HSV(B) | 184.25º | 0.84% | 0.99% | - |
| XYZ | 48.73 | 68.05 | 102.66 | - |
| YUV | 179.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 252 | 0.84 | 0.06 | 0 | 0.01 | 184.25 | 0.97 | 0.57 |
| Hex | 28 | ED | FC | 54 | 6 | 0 | 1 | B8 | 61 | 39 |
| Octal | 50 | 355 | 374 | 124 | 6 | 0 | 1 | 270 | 141 | 71 |
| Binary | 101000 | 11101101 | 11111100 | 1010100 | 110 | 0 | 1 | 10111000 | 1100001 | 111001 |
Color Harmonies of #28EDFC
Complementary color
Monochromatic Colors of #28EDFC
Black with #28EDFC
Text Example
Text Example
White with #28EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDFC; }
p { color: rgb(40,237,252); }
H1.HeaderClassName
{
color: #28EDFC;
}
.AnyTagClassName
{
color: #28EDFC;
}
</style>
background-color css
<style>
a { background-color: #28EDFC; }
a { background-color: rgb(40,237,252); }
div.DivClassName
{
background-color: #28EDFC;
}
.BgClassName
{
background-color: #28EDFC;
}
</style>
border-color css
<style>
span { border-color: #28EDFC; }
span { border-color: rgb(40,237,252); }
td.TdClassName
{
border-color: #28EDFC;
}
.TagClassName
{
border-color: #28EDFC;
}
</style>