Html Css Color HEX #06FFED Aqua

📋 copy color: '#06FFED'

red 6 ◦ green 255 ◦ blue 237

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

Shades of Aqua #06FFED

Tints of Aqua #06FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 1.2%
G = 51.2%
B = 47.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#06FFED (or 0x06FFED) is known color: Aqua. HEX triplet: 06, FF and ED. RGB value is (6,255,237). Sum of RGB (Red+Green+Blue) = 6+255+237=498 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFED is #F90012. Grayscale: #B2B2B2. Windows color (decimal): -16318483 or 15597318. OLE color: 15597318.

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

Color convert

RGB 6 255 237 -
CMYK 0.98 0 0.07 0
HSL 175.66º 1% 0.51% -
HSV(B) 175.66º 0.98% 1% -
XYZ 51.12 77.67 92.42 -
YUV 178.5 161.01 4.96 -
System Red Green Blue C M Y K H S L
Decimal 6 255 237 0.98 0 0.07 0 175.66 1 0.51
Hex 6 FF ED 62 0 7 0 B0 64 33
Octal 6 377 355 142 0 7 0 260 144 63
Binary 110 11111111 11101101 1100010 0 111 0 10110000 1100100 110011

Color Harmonies of #06FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFED

Black with #06FFED

Text Example


Text Example

White with #06FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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