Shades of Aqua #06FFEF
Tints of Aqua #06FFEF
RGB
CMYK
RGB Variations
Color information
#06FFEF (or 0x06FFEF) is known color: Aqua. HEX triplet: 06, FF and EF. RGB value is (6,255,239). Sum of RGB (Red+Green+Blue) = 6+255+239=500 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEF is #F90010. Grayscale: #B2B2B2. Windows color (decimal): -16318481 or 15728390. OLE color: 15728390.
HSL color Cylindrical-coordinate representation of color #06FFEF: hue angle of 176.14º 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 #06FFEF is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 239 | - |
| CMYK | 0.98 | 0 | 0.06 | 0 |
| HSL | 176.14º | 1% | 0.51% | - |
| HSV(B) | 176.14º | 0.98% | 1% | - |
| XYZ | 51.42 | 77.79 | 93.97 | - |
| YUV | 178.73 | 162.01 | 4.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 239 | 0.98 | 0 | 0.06 | 0 | 176.14 | 1 | 0.51 |
| Hex | 6 | FF | EF | 62 | 0 | 6 | 0 | B0 | 64 | 33 |
| Octal | 6 | 377 | 357 | 142 | 0 | 6 | 0 | 260 | 144 | 63 |
| Binary | 110 | 11111111 | 11101111 | 1100010 | 0 | 110 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #06FFEF
Complementary color
Monochromatic Colors of #06FFEF
Black with #06FFEF
Text Example
Text Example
White with #06FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFEF; }
p { color: rgb(6,255,239); }
H1.HeaderClassName
{
color: #06FFEF;
}
.AnyTagClassName
{
color: #06FFEF;
}
</style>
background-color css
<style>
a { background-color: #06FFEF; }
a { background-color: rgb(6,255,239); }
div.DivClassName
{
background-color: #06FFEF;
}
.BgClassName
{
background-color: #06FFEF;
}
</style>
border-color css
<style>
span { border-color: #06FFEF; }
span { border-color: rgb(6,255,239); }
td.TdClassName
{
border-color: #06FFEF;
}
.TagClassName
{
border-color: #06FFEF;
}
</style>