Html Css Color HEX #05FFEF Aqua

📋 copy color: '#05FFEF'

red 5 ◦ green 255 ◦ blue 239

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

Shades of Aqua #05FFEF

Tints of Aqua #05FFEF

RGB

 RED value IS 5 (2.34% from 255) = 1%

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

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

R = 1%
G = 51.1%
B = 47.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#05FFEF (or 0x05FFEF) is known color: Aqua. HEX triplet: 05, FF and EF. RGB value is (5,255,239). Sum of RGB (Red+Green+Blue) = 5+255+239=499 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FFEF is #FA0010. Grayscale: #B2B2B2. Windows color (decimal): -16384017 or 15728389. OLE color: 15728389.

HSL color Cylindrical-coordinate representation of color #05FFEF: hue angle of 176.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFEF is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 5 255 239 -
CMYK 0.98 0 0.06 0
HSL 176.16º 1% 0.51% -
HSV(B) 176.16º 0.98% 1% -
XYZ 51.4 77.78 93.97 -
YUV 178.43 162.18 4.3 -
System Red Green Blue C M Y K H S L
Decimal 5 255 239 0.98 0 0.06 0 176.16 1 0.51
Hex 5 FF EF 62 0 6 0 B0 64 33
Octal 5 377 357 142 0 6 0 260 144 63
Binary 101 11111111 11101111 1100010 0 110 0 10110000 1100100 110011

Color Harmonies of #05FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFEF

Black with #05FFEF

Text Example


Text Example

White with #05FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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