Html Css Color HEX #00FFEF Aqua

📋 copy color: '#00FFEF'

red 0 ◦ green 255 ◦ blue 239

#00FFEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #00FFEF

Tints of Aqua #00FFEF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 255 (100% from 255) = 51.62%

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 0%
G = 51.62%
B = 48.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#00FFEF (or 0x00FFEF) is known color: Aqua. HEX triplet: 00, FF and EF. RGB value is (0,255,239). Sum of RGB (Red+Green+Blue) = 0+255+239=494 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFEF is #FF0010. Grayscale: #B0B0B0. Windows color (decimal): -16711697 or 15728384. OLE color: 15728384.

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

Color convert

RGB 0 255 239 -
CMYK 1 0 0.06 0
HSL 176.24º 1% 0.5% -
HSV(B) 176.24º 1% 1% -
XYZ 51.34 77.75 93.96 -
YUV 176.93 163.02 1.8 -
System Red Green Blue C M Y K H S L
Decimal 0 255 239 1 0 0.06 0 176.24 1 0.5
Hex 0 FF EF 64 0 6 0 B0 64 32
Octal 0 377 357 144 0 6 0 260 144 62
Binary 0 11111111 11101111 1100100 0 110 0 10110000 1100100 110010

Color Harmonies of #00FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFEF

Black with #00FFEF

Text Example


Text Example

White with #00FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00FFEF;
 }
 .AnyTagClassName
 {
   color: #00FFEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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