Html Css Color HEX #06FFEF Aqua

📋 copy color: '#06FFEF'

red 6 ◦ green 255 ◦ blue 239

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

Shades of Aqua #06FFEF

Tints of Aqua #06FFEF

RGB

 RED value IS 6 (2.73% from 255) = 1.2%

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

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

R = 1.2%
G = 51%
B = 47.8%

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

#06FFEF (or 0x06FFEF) is known color: Aqua. HEX triplet: 06, FF and EF. RGB value is (6,255,239). Sum of RGB (Red+Green+Blue) = 6+255+239=500 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEF is #F90010. Grayscale: #B2B2B2. Windows color (decimal): -16318481 or 15728390. OLE color: 15728390.

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

Color convert

RGB 6 255 239 -
CMYK 0.98 0 0.06 0
HSL 176.14º 1% 0.51% -
HSV(B) 176.14º 0.98% 1% -
XYZ 51.42 77.79 93.97 -
YUV 178.73 162.01 4.8 -
System Red Green Blue C M Y K H S L
Decimal 6 255 239 0.98 0 0.06 0 176.14 1 0.51
Hex 6 FF EF 62 0 6 0 B0 64 33
Octal 6 377 357 142 0 6 0 260 144 63
Binary 110 11111111 11101111 1100010 0 110 0 10110000 1100100 110011

Color Harmonies of #06FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFEF

Black with #06FFEF

Text Example


Text Example

White with #06FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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