#00FEFF

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

Shades of Aqua #00FEFF

Tints of Aqua #00FEFF

Color information

#00FEFF (or 0x00FEFF) is unknown color: approx Aqua. HEX triplet: 00, FE and FF. RGB value is (0,254,255). Sum of RGB (Red+Green+Blue) = 0+254+255=509 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFF is #FF0100. Grayscale: #B1B1B1. Windows color (decimal): -16711937 or 16776704. OLE color: 16776704.

HSL color Cylindrical-coordinate representation of color #00FEFF: hue angle of 180.24º 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 #00FEFF is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0254255-
CMYK10.0000
HSL180.24º100%50%-
HSV(B)180.24º100%100%-
XYZ53.4978.1106.86-
YUV178.17171.350.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 254 (99.61% from 255) = 49.90%
BLUE value IS 255 (100% from 255) = 50.10%
R=0%
G=49.90%
B=50.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal025425510.0000180.2410050
Hex0FEFF64000b46432
Octal037637714400026414462
Binary011111110111111111100100000101101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FEFF; }

 p { color: rgb(0,254,255); }

 H1.HeaderClassName
 {
   color: #00FEFF;
 }
 .AnyTagClassName
 {
   color: #00FEFF;
 }
</style>
background-color css

<style>
 a { background-color: #00FEFF; }

 a { background-color: rgb(0,254,255); }

 div.DivClassName
 {
   background-color: #00FEFF;
 }
 .BgClassName
 {
   background-color: #00FEFF;
 }
</style>
border-color css

<style>
 span { border-color: #00FEFF; }

 span { border-color: rgb(0,254,255); }

 td.TdClassName
 {
   border-color: #00FEFF;
 }
 .TagClassName
 {
   border-color: #00FEFF;
 }
</style>