Shades of Aqua #1CFDFA
Tints of Aqua #1CFDFA
RGB
CMYK
RGB Variations
Color information
#1CFDFA (or 0x1CFDFA) is known color: Aqua. HEX triplet: 1C, FD and FA. RGB value is (28,253,250). Sum of RGB (Red+Green+Blue) = 28+253+250=531 (70% of max value = 765). Red value is 28 (11.33% from 255 or 5.27% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFDFA is #E30205. Grayscale: #B9B9B9. Windows color (decimal): -14877190 or 16448796. OLE color: 16448796.
HSL color Cylindrical-coordinate representation of color #1CFDFA: hue angle of 179.2º 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 #1CFDFA is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 250 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.01 |
| HSL | 179.2º | 0.98% | 0.55% | - |
| HSV(B) | 179.2º | 0.89% | 0.99% | - |
| XYZ | 52.86 | 77.4 | 102.6 | - |
| YUV | 185.38 | 164.46 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 250 | 0.89 | 0 | 0.01 | 0.01 | 179.2 | 0.98 | 0.55 |
| Hex | 1C | FD | FA | 59 | 0 | 1 | 1 | B3 | 62 | 37 |
| Octal | 34 | 375 | 372 | 131 | 0 | 1 | 1 | 263 | 142 | 67 |
| Binary | 11100 | 11111101 | 11111010 | 1011001 | 0 | 1 | 1 | 10110011 | 1100010 | 110111 |
Color Harmonies of #1CFDFA
Complementary color
Monochromatic Colors of #1CFDFA
Black with #1CFDFA
Text Example
Text Example
White with #1CFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFDFA; }
p { color: rgb(28,253,250); }
H1.HeaderClassName
{
color: #1CFDFA;
}
.AnyTagClassName
{
color: #1CFDFA;
}
</style>
background-color css
<style>
a { background-color: #1CFDFA; }
a { background-color: rgb(28,253,250); }
div.DivClassName
{
background-color: #1CFDFA;
}
.BgClassName
{
background-color: #1CFDFA;
}
</style>
border-color css
<style>
span { border-color: #1CFDFA; }
span { border-color: rgb(28,253,250); }
td.TdClassName
{
border-color: #1CFDFA;
}
.TagClassName
{
border-color: #1CFDFA;
}
</style>