Shades of Aqua #06FFFC
Tints of Aqua #06FFFC
RGB
CMYK
RGB Variations
Color information
#06FFFC (or 0x06FFFC) is known color: Aqua. HEX triplet: 06, FF and FC. RGB value is (6,255,252). Sum of RGB (Red+Green+Blue) = 6+255+252=513 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFFC is #F90003. Grayscale: #B3B3B3. Windows color (decimal): -16318468 or 16580358. OLE color: 16580358.
HSL color Cylindrical-coordinate representation of color #06FFFC: hue angle of 179.28º 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 #06FFFC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 252 | - |
| CMYK | 0.98 | 0 | 0.01 | 0 |
| HSL | 179.28º | 1% | 0.51% | - |
| HSV(B) | 179.28º | 0.98% | 1% | - |
| XYZ | 53.41 | 78.59 | 104.45 | - |
| YUV | 180.21 | 168.51 | 3.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 252 | 0.98 | 0 | 0.01 | 0 | 179.28 | 1 | 0.51 |
| Hex | 6 | FF | FC | 62 | 0 | 1 | 0 | B3 | 64 | 33 |
| Octal | 6 | 377 | 374 | 142 | 0 | 1 | 0 | 263 | 144 | 63 |
| Binary | 110 | 11111111 | 11111100 | 1100010 | 0 | 1 | 0 | 10110011 | 1100100 | 110011 |
Color Harmonies of #06FFFC
Complementary color
Monochromatic Colors of #06FFFC
Black with #06FFFC
Text Example
Text Example
White with #06FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFFC; }
p { color: rgb(6,255,252); }
H1.HeaderClassName
{
color: #06FFFC;
}
.AnyTagClassName
{
color: #06FFFC;
}
</style>
background-color css
<style>
a { background-color: #06FFFC; }
a { background-color: rgb(6,255,252); }
div.DivClassName
{
background-color: #06FFFC;
}
.BgClassName
{
background-color: #06FFFC;
}
</style>
border-color css
<style>
span { border-color: #06FFFC; }
span { border-color: rgb(6,255,252); }
td.TdClassName
{
border-color: #06FFFC;
}
.TagClassName
{
border-color: #06FFFC;
}
</style>