Shades of Aqua #06FFF5
Tints of Aqua #06FFF5
RGB
CMYK
RGB Variations
Color information
#06FFF5 (or 0x06FFF5) is known color: Aqua. HEX triplet: 06, FF and F5. RGB value is (6,255,245). Sum of RGB (Red+Green+Blue) = 6+255+245=506 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.19% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFF5 is #F9000A. Grayscale: #B3B3B3. Windows color (decimal): -16318475 or 16121606. OLE color: 16121606.
HSL color Cylindrical-coordinate representation of color #06FFF5: hue angle of 177.59º 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 #06FFF5 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 245 | - |
| CMYK | 0.98 | 0 | 0.04 | 0 |
| HSL | 177.59º | 1% | 0.51% | - |
| HSV(B) | 177.59º | 0.98% | 1% | - |
| XYZ | 52.32 | 78.15 | 98.71 | - |
| YUV | 179.41 | 165.01 | 4.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 245 | 0.98 | 0 | 0.04 | 0 | 177.59 | 1 | 0.51 |
| Hex | 6 | FF | F5 | 62 | 0 | 4 | 0 | B2 | 64 | 33 |
| Octal | 6 | 377 | 365 | 142 | 0 | 4 | 0 | 262 | 144 | 63 |
| Binary | 110 | 11111111 | 11110101 | 1100010 | 0 | 100 | 0 | 10110010 | 1100100 | 110011 |
Color Harmonies of #06FFF5
Complementary color
Monochromatic Colors of #06FFF5
Black with #06FFF5
Text Example
Text Example
White with #06FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFF5; }
p { color: rgb(6,255,245); }
H1.HeaderClassName
{
color: #06FFF5;
}
.AnyTagClassName
{
color: #06FFF5;
}
</style>
background-color css
<style>
a { background-color: #06FFF5; }
a { background-color: rgb(6,255,245); }
div.DivClassName
{
background-color: #06FFF5;
}
.BgClassName
{
background-color: #06FFF5;
}
</style>
border-color css
<style>
span { border-color: #06FFF5; }
span { border-color: rgb(6,255,245); }
td.TdClassName
{
border-color: #06FFF5;
}
.TagClassName
{
border-color: #06FFF5;
}
</style>