Html Css Color HEX #06FFFC Aqua

📋 copy color: '#06FFFC'

red 6 ◦ green 255 ◦ blue 252

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

Shades of Aqua #06FFFC

Tints of Aqua #06FFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 1.17%
G = 49.71%
B = 49.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#06FFFC (or 0x06FFFC) is known color: Aqua. HEX triplet: 06, FF and FC. RGB value is (6,255,252). Sum of RGB (Red+Green+Blue) = 6+255+252=513 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFFC is #F90003. Grayscale: #B3B3B3. Windows color (decimal): -16318468 or 16580358. OLE color: 16580358.

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

Color convert

RGB 6 255 252 -
CMYK 0.98 0 0.01 0
HSL 179.28º 1% 0.51% -
HSV(B) 179.28º 0.98% 1% -
XYZ 53.41 78.59 104.45 -
YUV 180.21 168.51 3.74 -
System Red Green Blue C M Y K H S L
Decimal 6 255 252 0.98 0 0.01 0 179.28 1 0.51
Hex 6 FF FC 62 0 1 0 B3 64 33
Octal 6 377 374 142 0 1 0 263 144 63
Binary 110 11111111 11111100 1100010 0 1 0 10110011 1100100 110011

Color Harmonies of #06FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFFC

Black with #06FFFC

Text Example


Text Example

White with #06FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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