Html Css Color HEX #06EFFC Aqua

📋 copy color: '#06EFFC'

red 6 ◦ green 239 ◦ blue 252

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

Shades of Aqua #06EFFC

Tints of Aqua #06EFFC

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 6 239 252 -
CMYK 0.98 0.05 0 0.01
HSL 183.17º 0.98% 0.51% -
HSV(B) 183.17º 0.98% 0.99% -
XYZ 48.51 68.8 102.82 -
YUV 170.82 173.81 10.44 -
System Red Green Blue C M Y K H S L
Decimal 6 239 252 0.98 0.05 0 0.01 183.17 0.98 0.51
Hex 6 EF FC 62 5 0 1 B7 62 33
Octal 6 357 374 142 5 0 1 267 142 63
Binary 110 11101111 11111100 1100010 101 0 1 10110111 1100010 110011

Color Harmonies of #06EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EFFC

Black with #06EFFC

Text Example


Text Example

White with #06EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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