Shades of Aqua #18FDF6
Tints of Aqua #18FDF6
RGB
CMYK
RGB Variations
Color information
#18FDF6 (or 0x18FDF6) is known color: Aqua. HEX triplet: 18, FD and F6. RGB value is (24,253,246). Sum of RGB (Red+Green+Blue) = 24+253+246=523 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.59% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FDF6 is #E70209. Grayscale: #B7B7B7. Windows color (decimal): -15139338 or 16186648. OLE color: 16186648.
HSL color Cylindrical-coordinate representation of color #18FDF6: hue angle of 178.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDF6 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 246 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.01 |
| HSL | 178.17º | 0.98% | 0.54% | - |
| HSV(B) | 178.17º | 0.91% | 0.99% | - |
| XYZ | 52.14 | 77.1 | 99.32 | - |
| YUV | 183.73 | 163.13 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 246 | 0.91 | 0 | 0.03 | 0.01 | 178.17 | 0.98 | 0.54 |
| Hex | 18 | FD | F6 | 5B | 0 | 3 | 1 | B2 | 62 | 36 |
| Octal | 30 | 375 | 366 | 133 | 0 | 3 | 1 | 262 | 142 | 66 |
| Binary | 11000 | 11111101 | 11110110 | 1011011 | 0 | 11 | 1 | 10110010 | 1100010 | 110110 |
Color Harmonies of #18FDF6
Complementary color
Monochromatic Colors of #18FDF6
Black with #18FDF6
Text Example
Text Example
White with #18FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDF6; }
p { color: rgb(24,253,246); }
H1.HeaderClassName
{
color: #18FDF6;
}
.AnyTagClassName
{
color: #18FDF6;
}
</style>
background-color css
<style>
a { background-color: #18FDF6; }
a { background-color: rgb(24,253,246); }
div.DivClassName
{
background-color: #18FDF6;
}
.BgClassName
{
background-color: #18FDF6;
}
</style>
border-color css
<style>
span { border-color: #18FDF6; }
span { border-color: rgb(24,253,246); }
td.TdClassName
{
border-color: #18FDF6;
}
.TagClassName
{
border-color: #18FDF6;
}
</style>