Shades of Aqua #06F0FA
Tints of Aqua #06F0FA
RGB
CMYK
RGB Variations
Color information
#06F0FA (or 0x06F0FA) is known color: Aqua. HEX triplet: 06, F0 and FA. RGB value is (6,240,250). Sum of RGB (Red+Green+Blue) = 6+240+250=496 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #06F0FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0FA is #F90F05. Grayscale: #AAAAAA. Windows color (decimal): -16322310 or 16445446. OLE color: 16445446.
HSL color Cylindrical-coordinate representation of color #06F0FA: hue angle of 182.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0FA is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 240 | 250 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.02 |
| HSL | 182.46º | 0.96% | 0.5% | - |
| HSV(B) | 182.46º | 0.98% | 0.98% | - |
| XYZ | 48.49 | 69.26 | 101.26 | - |
| YUV | 171.17 | 172.48 | 10.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 250 | 0.98 | 0.04 | 0 | 0.02 | 182.46 | 0.96 | 0.5 |
| Hex | 6 | F0 | FA | 62 | 4 | 0 | 2 | B6 | 60 | 32 |
| Octal | 6 | 360 | 372 | 142 | 4 | 0 | 2 | 266 | 140 | 62 |
| Binary | 110 | 11110000 | 11111010 | 1100010 | 100 | 0 | 10 | 10110110 | 1100000 | 110010 |
Color Harmonies of #06F0FA
Complementary color
Monochromatic Colors of #06F0FA
Black with #06F0FA
Text Example
Text Example
White with #06F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0FA; }
p { color: rgb(6,240,250); }
H1.HeaderClassName
{
color: #06F0FA;
}
.AnyTagClassName
{
color: #06F0FA;
}
</style>
background-color css
<style>
a { background-color: #06F0FA; }
a { background-color: rgb(6,240,250); }
div.DivClassName
{
background-color: #06F0FA;
}
.BgClassName
{
background-color: #06F0FA;
}
</style>
border-color css
<style>
span { border-color: #06F0FA; }
span { border-color: rgb(6,240,250); }
td.TdClassName
{
border-color: #06F0FA;
}
.TagClassName
{
border-color: #06F0FA;
}
</style>