Shades of Aqua #1DF7F4
Tints of Aqua #1DF7F4
RGB
CMYK
RGB Variations
Color information
#1DF7F4 (or 0x1DF7F4) is known color: Aqua. HEX triplet: 1D, F7 and F4. RGB value is (29,247,244). Sum of RGB (Red+Green+Blue) = 29+247+244=520 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.58% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF7F4 is #E2080B. Grayscale: #B5B5B5. Windows color (decimal): -14813196 or 16054045. OLE color: 16054045.
HSL color Cylindrical-coordinate representation of color #1DF7F4: hue angle of 179.17º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF7F4 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 244 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.03 |
| HSL | 179.17º | 0.93% | 0.54% | - |
| HSV(B) | 179.17º | 0.88% | 0.97% | - |
| XYZ | 50.1 | 73.31 | 97.1 | - |
| YUV | 181.48 | 163.28 | 19.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 244 | 0.88 | 0 | 0.01 | 0.03 | 179.17 | 0.93 | 0.54 |
| Hex | 1D | F7 | F4 | 58 | 0 | 1 | 3 | B3 | 5D | 36 |
| Octal | 35 | 367 | 364 | 130 | 0 | 1 | 3 | 263 | 135 | 66 |
| Binary | 11101 | 11110111 | 11110100 | 1011000 | 0 | 1 | 11 | 10110011 | 1011101 | 110110 |
Color Harmonies of #1DF7F4
Complementary color
Monochromatic Colors of #1DF7F4
Black with #1DF7F4
Text Example
Text Example
White with #1DF7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7F4; }
p { color: rgb(29,247,244); }
H1.HeaderClassName
{
color: #1DF7F4;
}
.AnyTagClassName
{
color: #1DF7F4;
}
</style>
background-color css
<style>
a { background-color: #1DF7F4; }
a { background-color: rgb(29,247,244); }
div.DivClassName
{
background-color: #1DF7F4;
}
.BgClassName
{
background-color: #1DF7F4;
}
</style>
border-color css
<style>
span { border-color: #1DF7F4; }
span { border-color: rgb(29,247,244); }
td.TdClassName
{
border-color: #1DF7F4;
}
.TagClassName
{
border-color: #1DF7F4;
}
</style>