Shades of Aqua #1FFAFA
Tints of Aqua #1FFAFA
RGB
CMYK
RGB Variations
Color information
#1FFAFA (or 0x1FFAFA) is known color: Aqua. HEX triplet: 1F, FA and FA. RGB value is (31,250,250). Sum of RGB (Red+Green+Blue) = 31+250+250=531 (70% of max value = 765). Red value is 31 (12.5% from 255 or 5.84% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #1FFAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFAFA is #E00505. Grayscale: #B8B8B8. Windows color (decimal): -14681350 or 16448031. OLE color: 16448031.
HSL color Cylindrical-coordinate representation of color #1FFAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAFA is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 250 | - |
| CMYK | 0.88 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.55% | - |
| HSV(B) | 180º | 0.88% | 0.98% | - |
| XYZ | 52.01 | 75.56 | 102.29 | - |
| YUV | 184.52 | 164.95 | 18.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 250 | 0.88 | 0 | 0 | 0.02 | 180 | 0.96 | 0.55 |
| Hex | 1F | FA | FA | 58 | 0 | 0 | 2 | B4 | 60 | 37 |
| Octal | 37 | 372 | 372 | 130 | 0 | 0 | 2 | 264 | 140 | 67 |
| Binary | 11111 | 11111010 | 11111010 | 1011000 | 0 | 0 | 10 | 10110100 | 1100000 | 110111 |
Color Harmonies of #1FFAFA
Complementary color
Monochromatic Colors of #1FFAFA
Black with #1FFAFA
Text Example
Text Example
White with #1FFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAFA; }
p { color: rgb(31,250,250); }
H1.HeaderClassName
{
color: #1FFAFA;
}
.AnyTagClassName
{
color: #1FFAFA;
}
</style>
background-color css
<style>
a { background-color: #1FFAFA; }
a { background-color: rgb(31,250,250); }
div.DivClassName
{
background-color: #1FFAFA;
}
.BgClassName
{
background-color: #1FFAFA;
}
</style>
border-color css
<style>
span { border-color: #1FFAFA; }
span { border-color: rgb(31,250,250); }
td.TdClassName
{
border-color: #1FFAFA;
}
.TagClassName
{
border-color: #1FFAFA;
}
</style>