Shades of Aqua #1CFFEF
Tints of Aqua #1CFFEF
RGB
CMYK
RGB Variations
Color information
#1CFFEF (or 0x1CFFEF) is known color: Aqua. HEX triplet: 1C, FF and EF. RGB value is (28,255,239). Sum of RGB (Red+Green+Blue) = 28+255+239=522 (69% of max value = 765). Red value is 28 (11.33% from 255 or 5.36% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFFEF is #E30010. Grayscale: #B9B9B9. Windows color (decimal): -14876689 or 15728412. OLE color: 15728412.
HSL color Cylindrical-coordinate representation of color #1CFFEF: hue angle of 175.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFEF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 239 | - |
| CMYK | 0.89 | 0 | 0.06 | 0 |
| HSL | 175.77º | 1% | 0.55% | - |
| HSV(B) | 175.77º | 0.89% | 1% | - |
| XYZ | 51.82 | 78 | 93.99 | - |
| YUV | 185.3 | 158.29 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 239 | 0.89 | 0 | 0.06 | 0 | 175.77 | 1 | 0.55 |
| Hex | 1C | FF | EF | 59 | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 34 | 377 | 357 | 131 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 11100 | 11111111 | 11101111 | 1011001 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #1CFFEF
Complementary color
Monochromatic Colors of #1CFFEF
Black with #1CFFEF
Text Example
Text Example
White with #1CFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFEF; }
p { color: rgb(28,255,239); }
H1.HeaderClassName
{
color: #1CFFEF;
}
.AnyTagClassName
{
color: #1CFFEF;
}
</style>
background-color css
<style>
a { background-color: #1CFFEF; }
a { background-color: rgb(28,255,239); }
div.DivClassName
{
background-color: #1CFFEF;
}
.BgClassName
{
background-color: #1CFFEF;
}
</style>
border-color css
<style>
span { border-color: #1CFFEF; }
span { border-color: rgb(28,255,239); }
td.TdClassName
{
border-color: #1CFFEF;
}
.TagClassName
{
border-color: #1CFFEF;
}
</style>