Shades of Aqua #00FFFF
Tints of Aqua #00FFFF
RGB
CMYK
RGB Variations
Color information
#00FFFF (or 0x00FFFF) is known color: Aqua. HEX triplet: 00, FF and FF. RGB value is (0,255,255). Sum of RGB (Red+Green+Blue) = 0+255+255=510 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #00FFFF is a web safe color. Inversed color of #00FFFF is #FF0000. Grayscale: #B2B2B2. Windows color (decimal): -16711681 or 16776960. OLE color: 16776960.
HSL color Cylindrical-coordinate representation of color #00FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFFF is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 255 | - |
CMYK | 1 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.5% | - |
HSV(B) | 180º | 1% | 1% | - |
XYZ | 53.81 | 78.74 | 106.97 | - |
YUV | 178.76 | 171.02 | 0.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 255 | 1 | 0 | 0 | 0 | 180 | 1 | 0.5 |
Hex | 0 | FF | FF | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
Octal | 0 | 377 | 377 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
Binary | 0 | 11111111 | 11111111 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FFFF
Complementary color
Monochromatic Colors of #00FFFF
Black with #00FFFF
Text Example
Text Example
White with #00FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFFF; }
p { color: rgb(0,255,255); }
H1.HeaderClassName
{
color: #00FFFF;
}
.AnyTagClassName
{
color: #00FFFF;
}
</style>
background-color css
<style>
a { background-color: #00FFFF; }
a { background-color: rgb(0,255,255); }
div.DivClassName
{
background-color: #00FFFF;
}
.BgClassName
{
background-color: #00FFFF;
}
</style>
border-color css
<style>
span { border-color: #00FFFF; }
span { border-color: rgb(0,255,255); }
td.TdClassName
{
border-color: #00FFFF;
}
.TagClassName
{
border-color: #00FFFF;
}
</style>