Shades of Aqua #00EFFF
Tints of Aqua #00EFFF
RGB
CMYK
RGB Variations
Color information
#00EFFF (or 0x00EFFF) is known color: Aqua. HEX triplet: 00, EF and FF. RGB value is (0,239,255). Sum of RGB (Red+Green+Blue) = 0+239+255=494 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #00EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EFFF is #FF1000. Grayscale: #A9A9A9. Windows color (decimal): -16715777 or 16772864. OLE color: 16772864.
HSL color Cylindrical-coordinate representation of color #00EFFF: hue angle of 183.76º 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 #00EFFF is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 239 | 255 | - |
| CMYK | 1 | 0.06 | 0 | 0 |
| HSL | 183.76º | 1% | 0.5% | - |
| HSV(B) | 183.76º | 1% | 1% | - |
| XYZ | 48.92 | 68.95 | 105.34 | - |
| YUV | 169.36 | 176.32 | 7.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 255 | 1 | 0.06 | 0 | 0 | 183.76 | 1 | 0.5 |
| Hex | 0 | EF | FF | 64 | 6 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 357 | 377 | 144 | 6 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101111 | 11111111 | 1100100 | 110 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EFFF
Complementary color
Monochromatic Colors of #00EFFF
Black with #00EFFF
Text Example
Text Example
White with #00EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFFF; }
p { color: rgb(0,239,255); }
H1.HeaderClassName
{
color: #00EFFF;
}
.AnyTagClassName
{
color: #00EFFF;
}
</style>
background-color css
<style>
a { background-color: #00EFFF; }
a { background-color: rgb(0,239,255); }
div.DivClassName
{
background-color: #00EFFF;
}
.BgClassName
{
background-color: #00EFFF;
}
</style>
border-color css
<style>
span { border-color: #00EFFF; }
span { border-color: rgb(0,239,255); }
td.TdClassName
{
border-color: #00EFFF;
}
.TagClassName
{
border-color: #00EFFF;
}
</style>