Shades of Aqua #06FFF0
Tints of Aqua #06FFF0
RGB
CMYK
RGB Variations
Color information
#06FFF0 (or 0x06FFF0) is known color: Aqua. HEX triplet: 06, FF and F0. RGB value is (6,255,240). Sum of RGB (Red+Green+Blue) = 6+255+240=501 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFF0 is #F9000F. Grayscale: #B2B2B2. Windows color (decimal): -16318480 or 15793926. OLE color: 15793926.
HSL color Cylindrical-coordinate representation of color #06FFF0: hue angle of 176.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFF0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 240 | - |
| CMYK | 0.98 | 0 | 0.06 | 0 |
| HSL | 176.39º | 1% | 0.51% | - |
| HSV(B) | 176.39º | 0.98% | 1% | - |
| XYZ | 51.56 | 77.85 | 94.75 | - |
| YUV | 178.84 | 162.51 | 4.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 240 | 0.98 | 0 | 0.06 | 0 | 176.39 | 1 | 0.51 |
| Hex | 6 | FF | F0 | 62 | 0 | 6 | 0 | B0 | 64 | 33 |
| Octal | 6 | 377 | 360 | 142 | 0 | 6 | 0 | 260 | 144 | 63 |
| Binary | 110 | 11111111 | 11110000 | 1100010 | 0 | 110 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #06FFF0
Complementary color
Monochromatic Colors of #06FFF0
Black with #06FFF0
Text Example
Text Example
White with #06FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFF0; }
p { color: rgb(6,255,240); }
H1.HeaderClassName
{
color: #06FFF0;
}
.AnyTagClassName
{
color: #06FFF0;
}
</style>
background-color css
<style>
a { background-color: #06FFF0; }
a { background-color: rgb(6,255,240); }
div.DivClassName
{
background-color: #06FFF0;
}
.BgClassName
{
background-color: #06FFF0;
}
</style>
border-color css
<style>
span { border-color: #06FFF0; }
span { border-color: rgb(6,255,240); }
td.TdClassName
{
border-color: #06FFF0;
}
.TagClassName
{
border-color: #06FFF0;
}
</style>