Shades of Aqua #1CFDEF
Tints of Aqua #1CFDEF
RGB
CMYK
RGB Variations
Color information
#1CFDEF (or 0x1CFDEF) is known color: Aqua. HEX triplet: 1C, FD and EF. RGB value is (28,253,239). Sum of RGB (Red+Green+Blue) = 28+253+239=520 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.38% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFDEF is #E30210. Grayscale: #B7B7B7. Windows color (decimal): -14877201 or 15727900. OLE color: 15727900.
HSL color Cylindrical-coordinate representation of color #1CFDEF: hue angle of 176.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFDEF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 239 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.01 |
| HSL | 176.27º | 0.98% | 0.55% | - |
| HSV(B) | 176.27º | 0.89% | 0.99% | - |
| XYZ | 51.18 | 76.73 | 93.77 | - |
| YUV | 184.13 | 158.96 | 16.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 239 | 0.89 | 0 | 0.06 | 0.01 | 176.27 | 0.98 | 0.55 |
| Hex | 1C | FD | EF | 59 | 0 | 6 | 1 | B0 | 62 | 37 |
| Octal | 34 | 375 | 357 | 131 | 0 | 6 | 1 | 260 | 142 | 67 |
| Binary | 11100 | 11111101 | 11101111 | 1011001 | 0 | 110 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #1CFDEF
Complementary color
Monochromatic Colors of #1CFDEF
Black with #1CFDEF
Text Example
Text Example
White with #1CFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFDEF; }
p { color: rgb(28,253,239); }
H1.HeaderClassName
{
color: #1CFDEF;
}
.AnyTagClassName
{
color: #1CFDEF;
}
</style>
background-color css
<style>
a { background-color: #1CFDEF; }
a { background-color: rgb(28,253,239); }
div.DivClassName
{
background-color: #1CFDEF;
}
.BgClassName
{
background-color: #1CFDEF;
}
</style>
border-color css
<style>
span { border-color: #1CFDEF; }
span { border-color: rgb(28,253,239); }
td.TdClassName
{
border-color: #1CFDEF;
}
.TagClassName
{
border-color: #1CFDEF;
}
</style>