Shades of Aqua #2CEEFC
Tints of Aqua #2CEEFC
RGB
CMYK
RGB Variations
Color information
#2CEEFC (or 0x2CEEFC) is known color: Aqua. HEX triplet: 2C, EE and FC. RGB value is (44,238,252). Sum of RGB (Red+Green+Blue) = 44+238+252=534 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.24% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #2CEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEEFC is #D31103. Grayscale: #B5B5B5. Windows color (decimal): -13832452 or 16576044. OLE color: 16576044.
HSL color Cylindrical-coordinate representation of color #2CEEFC: hue angle of 184.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CEEFC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 238 | 252 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.01 |
| HSL | 184.04º | 0.97% | 0.58% | - |
| HSV(B) | 184.04º | 0.83% | 0.99% | - |
| XYZ | 49.18 | 68.71 | 102.77 | - |
| YUV | 181.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 252 | 0.83 | 0.06 | 0 | 0.01 | 184.04 | 0.97 | 0.58 |
| Hex | 2C | EE | FC | 53 | 6 | 0 | 1 | B8 | 61 | 3A |
| Octal | 54 | 356 | 374 | 123 | 6 | 0 | 1 | 270 | 141 | 72 |
| Binary | 101100 | 11101110 | 11111100 | 1010011 | 110 | 0 | 1 | 10111000 | 1100001 | 111010 |
Color Harmonies of #2CEEFC
Complementary color
Monochromatic Colors of #2CEEFC
Black with #2CEEFC
Text Example
Text Example
White with #2CEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEFC; }
p { color: rgb(44,238,252); }
H1.HeaderClassName
{
color: #2CEEFC;
}
.AnyTagClassName
{
color: #2CEEFC;
}
</style>
background-color css
<style>
a { background-color: #2CEEFC; }
a { background-color: rgb(44,238,252); }
div.DivClassName
{
background-color: #2CEEFC;
}
.BgClassName
{
background-color: #2CEEFC;
}
</style>
border-color css
<style>
span { border-color: #2CEEFC; }
span { border-color: rgb(44,238,252); }
td.TdClassName
{
border-color: #2CEEFC;
}
.TagClassName
{
border-color: #2CEEFC;
}
</style>