Html Css Color HEX #06FFFF Aqua

📋 copy color: '#06FFFF'

red 6 ◦ green 255 ◦ blue 255

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

Shades of Aqua #06FFFF

Tints of Aqua #06FFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 1.16%
G = 49.42%
B = 49.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06FFFF (or 0x06FFFF) is known color: Aqua. HEX triplet: 06, FF and FF. RGB value is (6,255,255). Sum of RGB (Red+Green+Blue) = 6+255+255=516 (68% of max value = 765). Red value is 6 (2.73% from 255 or 1.16% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #06FFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFFF is #F90000. Grayscale: #B4B4B4. Windows color (decimal): -16318465 or 16776966. OLE color: 16776966.

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

Color convert

RGB 6 255 255 -
CMYK 0.98 0 0 0
HSL 180º 1% 0.51% -
HSV(B) 180º 0.98% 1% -
XYZ 53.89 78.78 106.97 -
YUV 180.55 170.01 3.5 -
System Red Green Blue C M Y K H S L
Decimal 6 255 255 0.98 0 0 0 180 1 0.51
Hex 6 FF FF 62 0 0 0 B4 64 33
Octal 6 377 377 142 0 0 0 264 144 63
Binary 110 11111111 11111111 1100010 0 0 0 10110100 1100100 110011

Color Harmonies of #06FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFFF

Black with #06FFFF

Text Example


Text Example

White with #06FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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