#00EFFF

Color #00EFFF Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #00EFFF

Tints of Aqua #00EFFF

Color information

#00EFFF (or 0x00EFFF) is unknown color: approx 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

RGB0239255-
CMYK10.0600
HSL183.76º100%50%-
HSV(B)183.76º100%100%-
XYZ48.9268.95105.34-
YUV169.36176.327.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 255 (100% from 255) = 51.62%
R=0%
G=48.38%
B=51.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal023925510.0600183.7610050
Hex0EFFF64600b86432
Octal035737714460027014462
Binary01110111111111111110010011000101110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>