Html Css Color HEX #06FFFD Aqua

📋 copy color: '#06FFFD'

red 6 ◦ green 255 ◦ blue 253

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

Shades of Aqua #06FFFD

Tints of Aqua #06FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 1.17%
G = 49.61%
B = 49.22%

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

#06FFFD (or 0x06FFFD) is known color: Aqua. HEX triplet: 06, FF and FD. RGB value is (6,255,253). Sum of RGB (Red+Green+Blue) = 6+255+253=514 (68% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFFD is #F90002. Grayscale: #B4B4B4. Windows color (decimal): -16318467 or 16645894. OLE color: 16645894.

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

Color convert

RGB 6 255 253 -
CMYK 0.98 0 0.01 0
HSL 179.52º 1% 0.51% -
HSV(B) 179.52º 0.98% 1% -
XYZ 53.56 78.65 105.29 -
YUV 180.32 169.01 3.66 -
System Red Green Blue C M Y K H S L
Decimal 6 255 253 0.98 0 0.01 0 179.52 1 0.51
Hex 6 FF FD 62 0 1 0 B4 64 33
Octal 6 377 375 142 0 1 0 264 144 63
Binary 110 11111111 11111101 1100010 0 1 0 10110100 1100100 110011

Color Harmonies of #06FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFFD

Black with #06FFFD

Text Example


Text Example

White with #06FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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