#00FFFE

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

Shades of Aqua #00FFFE

Tints of Aqua #00FFFE

Color information

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

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

Color convert

RGB0255254-
CMYK100.000
HSL179.76º100%50%-
HSV(B)179.76º100%100%-
XYZ53.6578.68106.12-
YUV178.64170.520.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255254100.000179.7610050
Hex0FFFE64000b46432
Octal037737614400026414462
Binary011111111111111101100100000101101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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