Shades of Aqua #2CEFFE
Tints of Aqua #2CEFFE
RGB
CMYK
RGB Variations
Color information
#2CEFFE (or 0x2CEFFE) is known color: Aqua. HEX triplet: 2C, EF and FE. RGB value is (44,239,254). Sum of RGB (Red+Green+Blue) = 44+239+254=537 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.19% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #2CEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEFFE is #D31001. Grayscale: #B6B6B6. Windows color (decimal): -13832194 or 16707372. OLE color: 16707372.
HSL color Cylindrical-coordinate representation of color #2CEFFE: hue angle of 184.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CEFFE is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 239 | 254 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.00 |
| HSL | 184.29º | 0.99% | 0.58% | - |
| HSV(B) | 184.29º | 0.83% | 1% | - |
| XYZ | 49.79 | 69.42 | 104.54 | - |
| YUV | 182.41 | 168.4 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 254 | 0.83 | 0.06 | 0 | 0.00 | 184.29 | 0.99 | 0.58 |
| Hex | 2C | EF | FE | 53 | 6 | 0 | 0 | B8 | 63 | 3A |
| Octal | 54 | 357 | 376 | 123 | 6 | 0 | 0 | 270 | 143 | 72 |
| Binary | 101100 | 11101111 | 11111110 | 1010011 | 110 | 0 | 0 | 10111000 | 1100011 | 111010 |
Color Harmonies of #2CEFFE
Complementary color
Monochromatic Colors of #2CEFFE
Black with #2CEFFE
Text Example
Text Example
White with #2CEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFFE; }
p { color: rgb(44,239,254); }
H1.HeaderClassName
{
color: #2CEFFE;
}
.AnyTagClassName
{
color: #2CEFFE;
}
</style>
background-color css
<style>
a { background-color: #2CEFFE; }
a { background-color: rgb(44,239,254); }
div.DivClassName
{
background-color: #2CEFFE;
}
.BgClassName
{
background-color: #2CEFFE;
}
</style>
border-color css
<style>
span { border-color: #2CEFFE; }
span { border-color: rgb(44,239,254); }
td.TdClassName
{
border-color: #2CEFFE;
}
.TagClassName
{
border-color: #2CEFFE;
}
</style>