Shades of Aqua #06FEED
Tints of Aqua #06FEED
RGB
CMYK
RGB Variations
Color information
#06FEED (or 0x06FEED) is known color: Aqua. HEX triplet: 06, FE and ED. RGB value is (6,254,237). Sum of RGB (Red+Green+Blue) = 6+254+237=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #06FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FEED is #F90112. Grayscale: #B1B1B1. Windows color (decimal): -16318739 or 15597062. OLE color: 15597062.
HSL color Cylindrical-coordinate representation of color #06FEED: hue angle of 175.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FEED is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 237 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.00 |
| HSL | 175.89º | 0.99% | 0.51% | - |
| HSV(B) | 175.89º | 0.98% | 1% | - |
| XYZ | 50.8 | 77.04 | 92.31 | - |
| YUV | 177.91 | 161.34 | 5.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 237 | 0.98 | 0 | 0.07 | 0.00 | 175.89 | 0.99 | 0.51 |
| Hex | 6 | FE | ED | 62 | 0 | 7 | 0 | B0 | 63 | 33 |
| Octal | 6 | 376 | 355 | 142 | 0 | 7 | 0 | 260 | 143 | 63 |
| Binary | 110 | 11111110 | 11101101 | 1100010 | 0 | 111 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #06FEED
Complementary color
Monochromatic Colors of #06FEED
Black with #06FEED
Text Example
Text Example
White with #06FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FEED; }
p { color: rgb(6,254,237); }
H1.HeaderClassName
{
color: #06FEED;
}
.AnyTagClassName
{
color: #06FEED;
}
</style>
background-color css
<style>
a { background-color: #06FEED; }
a { background-color: rgb(6,254,237); }
div.DivClassName
{
background-color: #06FEED;
}
.BgClassName
{
background-color: #06FEED;
}
</style>
border-color css
<style>
span { border-color: #06FEED; }
span { border-color: rgb(6,254,237); }
td.TdClassName
{
border-color: #06FEED;
}
.TagClassName
{
border-color: #06FEED;
}
</style>