Shades of Aqua #06FDEF
Tints of Aqua #06FDEF
RGB
CMYK
RGB Variations
Color information
#06FDEF (or 0x06FDEF) is known color: Aqua. HEX triplet: 06, FD and EF. RGB value is (6,253,239). Sum of RGB (Red+Green+Blue) = 6+253+239=498 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #06FDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FDEF is #F90210. Grayscale: #B1B1B1. Windows color (decimal): -16318993 or 15727878. OLE color: 15727878.
HSL color Cylindrical-coordinate representation of color #06FDEF: hue angle of 176.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FDEF is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 253 | 239 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.01 |
| HSL | 176.6º | 0.98% | 0.51% | - |
| HSV(B) | 176.6º | 0.98% | 0.99% | - |
| XYZ | 50.78 | 76.52 | 93.76 | - |
| YUV | 177.55 | 162.67 | 5.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 253 | 239 | 0.98 | 0 | 0.06 | 0.01 | 176.6 | 0.98 | 0.51 |
| Hex | 6 | FD | EF | 62 | 0 | 6 | 1 | B1 | 62 | 33 |
| Octal | 6 | 375 | 357 | 142 | 0 | 6 | 1 | 261 | 142 | 63 |
| Binary | 110 | 11111101 | 11101111 | 1100010 | 0 | 110 | 1 | 10110001 | 1100010 | 110011 |
Color Harmonies of #06FDEF
Complementary color
Monochromatic Colors of #06FDEF
Black with #06FDEF
Text Example
Text Example
White with #06FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FDEF; }
p { color: rgb(6,253,239); }
H1.HeaderClassName
{
color: #06FDEF;
}
.AnyTagClassName
{
color: #06FDEF;
}
</style>
background-color css
<style>
a { background-color: #06FDEF; }
a { background-color: rgb(6,253,239); }
div.DivClassName
{
background-color: #06FDEF;
}
.BgClassName
{
background-color: #06FDEF;
}
</style>
border-color css
<style>
span { border-color: #06FDEF; }
span { border-color: rgb(6,253,239); }
td.TdClassName
{
border-color: #06FDEF;
}
.TagClassName
{
border-color: #06FDEF;
}
</style>