Shades of Aqua #1CFDF0
Tints of Aqua #1CFDF0
RGB
CMYK
RGB Variations
Color information
#1CFDF0 (or 0x1CFDF0) is known color: Aqua. HEX triplet: 1C, FD and F0. RGB value is (28,253,240). Sum of RGB (Red+Green+Blue) = 28+253+240=521 (69% of max value = 765). Red value is 28 (11.33% from 255 or 5.37% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFDF0 is #E3020F. Grayscale: #B8B8B8. Windows color (decimal): -14877200 or 15793436. OLE color: 15793436.
HSL color Cylindrical-coordinate representation of color #1CFDF0: hue angle of 176.53º 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 #1CFDF0 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 240 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.01 |
| HSL | 176.53º | 0.98% | 0.55% | - |
| HSV(B) | 176.53º | 0.89% | 0.99% | - |
| XYZ | 51.33 | 76.79 | 94.55 | - |
| YUV | 184.24 | 159.46 | 16.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 240 | 0.89 | 0 | 0.05 | 0.01 | 176.53 | 0.98 | 0.55 |
| Hex | 1C | FD | F0 | 59 | 0 | 5 | 1 | B1 | 62 | 37 |
| Octal | 34 | 375 | 360 | 131 | 0 | 5 | 1 | 261 | 142 | 67 |
| Binary | 11100 | 11111101 | 11110000 | 1011001 | 0 | 101 | 1 | 10110001 | 1100010 | 110111 |
Color Harmonies of #1CFDF0
Complementary color
Monochromatic Colors of #1CFDF0
Black with #1CFDF0
Text Example
Text Example
White with #1CFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFDF0; }
p { color: rgb(28,253,240); }
H1.HeaderClassName
{
color: #1CFDF0;
}
.AnyTagClassName
{
color: #1CFDF0;
}
</style>
background-color css
<style>
a { background-color: #1CFDF0; }
a { background-color: rgb(28,253,240); }
div.DivClassName
{
background-color: #1CFDF0;
}
.BgClassName
{
background-color: #1CFDF0;
}
</style>
border-color css
<style>
span { border-color: #1CFDF0; }
span { border-color: rgb(28,253,240); }
td.TdClassName
{
border-color: #1CFDF0;
}
.TagClassName
{
border-color: #1CFDF0;
}
</style>