Shades of Aqua #2CEFFF
Tints of Aqua #2CEFFF
RGB
CMYK
RGB Variations
Color information
#2CEFFF (or 0x2CEFFF) is known color: Aqua. HEX triplet: 2C, EF and FF. RGB value is (44,239,255). Sum of RGB (Red+Green+Blue) = 44+239+255=538 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.18% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CEFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEFFF is #D31000. Grayscale: #B6B6B6. Windows color (decimal): -13832193 or 16772908. OLE color: 16772908.
HSL color Cylindrical-coordinate representation of color #2CEFFF: hue angle of 184.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CEFFF is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 239 | 255 | - |
| CMYK | 0.83 | 0.06 | 0 | 0 |
| HSL | 184.55º | 1% | 0.59% | - |
| HSV(B) | 184.55º | 0.83% | 1% | - |
| XYZ | 49.96 | 69.49 | 105.39 | - |
| YUV | 182.52 | 168.9 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 255 | 0.83 | 0.06 | 0 | 0 | 184.55 | 1 | 0.59 |
| Hex | 2C | EF | FF | 53 | 6 | 0 | 0 | B9 | 64 | 3B |
| Octal | 54 | 357 | 377 | 123 | 6 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101100 | 11101111 | 11111111 | 1010011 | 110 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2CEFFF
Complementary color
Monochromatic Colors of #2CEFFF
Black with #2CEFFF
Text Example
Text Example
White with #2CEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFFF; }
p { color: rgb(44,239,255); }
H1.HeaderClassName
{
color: #2CEFFF;
}
.AnyTagClassName
{
color: #2CEFFF;
}
</style>
background-color css
<style>
a { background-color: #2CEFFF; }
a { background-color: rgb(44,239,255); }
div.DivClassName
{
background-color: #2CEFFF;
}
.BgClassName
{
background-color: #2CEFFF;
}
</style>
border-color css
<style>
span { border-color: #2CEFFF; }
span { border-color: rgb(44,239,255); }
td.TdClassName
{
border-color: #2CEFFF;
}
.TagClassName
{
border-color: #2CEFFF;
}
</style>