Html Css Color HEX #06FCEF Aqua

📋 copy color: '#06FCEF'

red 6 ◦ green 252 ◦ blue 239

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

Shades of Aqua #06FCEF

Tints of Aqua #06FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.7%

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

R = 1.21%
G = 50.7%
B = 48.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#06FCEF (or 0x06FCEF) is known color: Aqua. HEX triplet: 06, FC and EF. RGB value is (6,252,239). Sum of RGB (Red+Green+Blue) = 6+252+239=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FCEF is #F90310. Grayscale: #B0B0B0. Windows color (decimal): -16319249 or 15727622. OLE color: 15727622.

HSL color Cylindrical-coordinate representation of color #06FCEF: hue angle of 176.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FCEF is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 239 -
CMYK 0.98 0 0.05 0.01
HSL 176.83º 0.98% 0.51% -
HSV(B) 176.83º 0.98% 0.99% -
XYZ 50.47 75.89 93.65 -
YUV 176.96 163 6.06 -
System Red Green Blue C M Y K H S L
Decimal 6 252 239 0.98 0 0.05 0.01 176.83 0.98 0.51
Hex 6 FC EF 62 0 5 1 B1 62 33
Octal 6 374 357 142 0 5 1 261 142 63
Binary 110 11111100 11101111 1100010 0 101 1 10110001 1100010 110011

Color Harmonies of #06FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCEF

Black with #06FCEF

Text Example


Text Example

White with #06FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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