Shades of Aqua #2CEFFB
Tints of Aqua #2CEFFB
RGB
CMYK
RGB Variations
Color information
#2CEFFB (or 0x2CEFFB) is known color: Aqua. HEX triplet: 2C, EF and FB. RGB value is (44,239,251). Sum of RGB (Red+Green+Blue) = 44+239+251=534 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.24% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEFFB is #D31004. Grayscale: #B5B5B5. Windows color (decimal): -13832197 or 16510764. OLE color: 16510764.
HSL color Cylindrical-coordinate representation of color #2CEFFB: hue angle of 183.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFFB is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 239 | 251 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.02 |
| HSL | 183.48º | 0.96% | 0.58% | - |
| HSV(B) | 183.48º | 0.82% | 0.98% | - |
| XYZ | 49.32 | 69.23 | 102.03 | - |
| YUV | 182.06 | 166.9 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 251 | 0.82 | 0.05 | 0 | 0.02 | 183.48 | 0.96 | 0.58 |
| Hex | 2C | EF | FB | 52 | 5 | 0 | 2 | B7 | 60 | 3A |
| Octal | 54 | 357 | 373 | 122 | 5 | 0 | 2 | 267 | 140 | 72 |
| Binary | 101100 | 11101111 | 11111011 | 1010010 | 101 | 0 | 10 | 10110111 | 1100000 | 111010 |
Color Harmonies of #2CEFFB
Complementary color
Monochromatic Colors of #2CEFFB
Black with #2CEFFB
Text Example
Text Example
White with #2CEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFFB; }
p { color: rgb(44,239,251); }
H1.HeaderClassName
{
color: #2CEFFB;
}
.AnyTagClassName
{
color: #2CEFFB;
}
</style>
background-color css
<style>
a { background-color: #2CEFFB; }
a { background-color: rgb(44,239,251); }
div.DivClassName
{
background-color: #2CEFFB;
}
.BgClassName
{
background-color: #2CEFFB;
}
</style>
border-color css
<style>
span { border-color: #2CEFFB; }
span { border-color: rgb(44,239,251); }
td.TdClassName
{
border-color: #2CEFFB;
}
.TagClassName
{
border-color: #2CEFFB;
}
</style>