Shades of Aqua #2CFFF5
Tints of Aqua #2CFFF5
RGB
CMYK
RGB Variations
Color information
#2CFFF5 (or 0x2CFFF5) is known color: Aqua. HEX triplet: 2C, FF and F5. RGB value is (44,255,245). Sum of RGB (Red+Green+Blue) = 44+255+245=544 (72% of max value = 765). Red value is 44 (17.58% from 255 or 8.09% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFF5 is #D3000A. Grayscale: #BEBEBE. Windows color (decimal): -13828107 or 16121644. OLE color: 16121644.
HSL color Cylindrical-coordinate representation of color #2CFFF5: hue angle of 177.16º 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 #2CFFF5 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 245 | - |
| CMYK | 0.83 | 0 | 0.04 | 0 |
| HSL | 177.16º | 1% | 0.59% | - |
| HSV(B) | 177.16º | 0.83% | 1% | - |
| XYZ | 53.28 | 78.65 | 98.76 | - |
| YUV | 190.77 | 158.6 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 245 | 0.83 | 0 | 0.04 | 0 | 177.16 | 1 | 0.59 |
| Hex | 2C | FF | F5 | 53 | 0 | 4 | 0 | B1 | 64 | 3B |
| Octal | 54 | 377 | 365 | 123 | 0 | 4 | 0 | 261 | 144 | 73 |
| Binary | 101100 | 11111111 | 11110101 | 1010011 | 0 | 100 | 0 | 10110001 | 1100100 | 111011 |
Color Harmonies of #2CFFF5
Complementary color
Monochromatic Colors of #2CFFF5
Black with #2CFFF5
Text Example
Text Example
White with #2CFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFF5; }
p { color: rgb(44,255,245); }
H1.HeaderClassName
{
color: #2CFFF5;
}
.AnyTagClassName
{
color: #2CFFF5;
}
</style>
background-color css
<style>
a { background-color: #2CFFF5; }
a { background-color: rgb(44,255,245); }
div.DivClassName
{
background-color: #2CFFF5;
}
.BgClassName
{
background-color: #2CFFF5;
}
</style>
border-color css
<style>
span { border-color: #2CFFF5; }
span { border-color: rgb(44,255,245); }
td.TdClassName
{
border-color: #2CFFF5;
}
.TagClassName
{
border-color: #2CFFF5;
}
</style>