Shades of Aqua #06FFEE
Tints of Aqua #06FFEE
RGB
CMYK
RGB Variations
Color information
#06FFEE (or 0x06FFEE) is known color: Aqua. HEX triplet: 06, FF and EE. RGB value is (6,255,238). Sum of RGB (Red+Green+Blue) = 6+255+238=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEE is #F90011. Grayscale: #B2B2B2. Windows color (decimal): -16318482 or 15662854. OLE color: 15662854.
HSL color Cylindrical-coordinate representation of color #06FFEE: hue angle of 175.9º 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 #06FFEE is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 238 | - |
| CMYK | 0.98 | 0 | 0.07 | 0 |
| HSL | 175.9º | 1% | 0.51% | - |
| HSV(B) | 175.9º | 0.98% | 1% | - |
| XYZ | 51.27 | 77.73 | 93.19 | - |
| YUV | 178.61 | 161.51 | 4.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 238 | 0.98 | 0 | 0.07 | 0 | 175.9 | 1 | 0.51 |
| Hex | 6 | FF | EE | 62 | 0 | 7 | 0 | B0 | 64 | 33 |
| Octal | 6 | 377 | 356 | 142 | 0 | 7 | 0 | 260 | 144 | 63 |
| Binary | 110 | 11111111 | 11101110 | 1100010 | 0 | 111 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #06FFEE
Complementary color
Monochromatic Colors of #06FFEE
Black with #06FFEE
Text Example
Text Example
White with #06FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFEE; }
p { color: rgb(6,255,238); }
H1.HeaderClassName
{
color: #06FFEE;
}
.AnyTagClassName
{
color: #06FFEE;
}
</style>
background-color css
<style>
a { background-color: #06FFEE; }
a { background-color: rgb(6,255,238); }
div.DivClassName
{
background-color: #06FFEE;
}
.BgClassName
{
background-color: #06FFEE;
}
</style>
border-color css
<style>
span { border-color: #06FFEE; }
span { border-color: rgb(6,255,238); }
td.TdClassName
{
border-color: #06FFEE;
}
.TagClassName
{
border-color: #06FFEE;
}
</style>