Shades of Aqua #28FCFC
Tints of Aqua #28FCFC
RGB
CMYK
RGB Variations
Color information
#28FCFC (or 0x28FCFC) is known color: Aqua. HEX triplet: 28, FC and FC. RGB value is (40,252,252). Sum of RGB (Red+Green+Blue) = 40+252+252=544 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.35% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #28FCFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FCFC is #D70303. Grayscale: #BCBCBC. Windows color (decimal): -14091012 or 16579624. OLE color: 16579624.
HSL color Cylindrical-coordinate representation of color #28FCFC: hue angle of 180º 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 #28FCFC is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 252 | - |
| CMYK | 0.84 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.57% | - |
| HSV(B) | 180º | 0.84% | 0.99% | - |
| XYZ | 53.26 | 77.1 | 104.17 | - |
| YUV | 188.61 | 163.76 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 252 | 0.84 | 0 | 0 | 0.01 | 180 | 0.97 | 0.57 |
| Hex | 28 | FC | FC | 54 | 0 | 0 | 1 | B4 | 61 | 39 |
| Octal | 50 | 374 | 374 | 124 | 0 | 0 | 1 | 264 | 141 | 71 |
| Binary | 101000 | 11111100 | 11111100 | 1010100 | 0 | 0 | 1 | 10110100 | 1100001 | 111001 |
Color Harmonies of #28FCFC
Complementary color
Monochromatic Colors of #28FCFC
Black with #28FCFC
Text Example
Text Example
White with #28FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCFC; }
p { color: rgb(40,252,252); }
H1.HeaderClassName
{
color: #28FCFC;
}
.AnyTagClassName
{
color: #28FCFC;
}
</style>
background-color css
<style>
a { background-color: #28FCFC; }
a { background-color: rgb(40,252,252); }
div.DivClassName
{
background-color: #28FCFC;
}
.BgClassName
{
background-color: #28FCFC;
}
</style>
border-color css
<style>
span { border-color: #28FCFC; }
span { border-color: rgb(40,252,252); }
td.TdClassName
{
border-color: #28FCFC;
}
.TagClassName
{
border-color: #28FCFC;
}
</style>