Shades of Aqua #06FEFE
Tints of Aqua #06FEFE
RGB
CMYK
RGB Variations
Color information
#06FEFE (or 0x06FEFE) is known color: Aqua. HEX triplet: 06, FE and FE. RGB value is (6,254,254). Sum of RGB (Red+Green+Blue) = 6+254+254=514 (68% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #06FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FEFE is #F90101. Grayscale: #B3B3B3. Windows color (decimal): -16318722 or 16711174. OLE color: 16711174.
HSL color Cylindrical-coordinate representation of color #06FEFE: hue angle of 180º 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 #06FEFE is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 254 | - |
| CMYK | 0.98 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.51% | - |
| HSV(B) | 180º | 0.98% | 1% | - |
| XYZ | 53.41 | 78.08 | 106.02 | - |
| YUV | 179.85 | 169.84 | 4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 254 | 0.98 | 0 | 0 | 0.00 | 180 | 0.99 | 0.51 |
| Hex | 6 | FE | FE | 62 | 0 | 0 | 0 | B4 | 63 | 33 |
| Octal | 6 | 376 | 376 | 142 | 0 | 0 | 0 | 264 | 143 | 63 |
| Binary | 110 | 11111110 | 11111110 | 1100010 | 0 | 0 | 0 | 10110100 | 1100011 | 110011 |
Color Harmonies of #06FEFE
Complementary color
Monochromatic Colors of #06FEFE
Black with #06FEFE
Text Example
Text Example
White with #06FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FEFE; }
p { color: rgb(6,254,254); }
H1.HeaderClassName
{
color: #06FEFE;
}
.AnyTagClassName
{
color: #06FEFE;
}
</style>
background-color css
<style>
a { background-color: #06FEFE; }
a { background-color: rgb(6,254,254); }
div.DivClassName
{
background-color: #06FEFE;
}
.BgClassName
{
background-color: #06FEFE;
}
</style>
border-color css
<style>
span { border-color: #06FEFE; }
span { border-color: rgb(6,254,254); }
td.TdClassName
{
border-color: #06FEFE;
}
.TagClassName
{
border-color: #06FEFE;
}
</style>