Html Css Color HEX #06FBED Aqua

📋 copy color: '#06FBED'

red 6 ◦ green 251 ◦ blue 237

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

Shades of Aqua #06FBED

Tints of Aqua #06FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.81%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 1.21%
G = 50.81%
B = 47.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#06FBED (or 0x06FBED) is known color: Aqua. HEX triplet: 06, FB and ED. RGB value is (6,251,237). Sum of RGB (Red+Green+Blue) = 6+251+237=494 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #06FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FBED is #F90412. Grayscale: #AFAFAF. Windows color (decimal): -16319507 or 15596294. OLE color: 15596294.

HSL color Cylindrical-coordinate representation of color #06FBED: hue angle of 176.57º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FBED is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 251 237 -
CMYK 0.98 0 0.06 0.02
HSL 176.57º 0.97% 0.5% -
HSV(B) 176.57º 0.98% 0.98% -
XYZ 49.86 75.15 92 -
YUV 176.15 162.33 6.64 -
System Red Green Blue C M Y K H S L
Decimal 6 251 237 0.98 0 0.06 0.02 176.57 0.97 0.5
Hex 6 FB ED 62 0 6 2 B1 61 32
Octal 6 373 355 142 0 6 2 261 141 62
Binary 110 11111011 11101101 1100010 0 110 10 10110001 1100001 110010

Color Harmonies of #06FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FBED

Black with #06FBED

Text Example


Text Example

White with #06FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,251,237); }

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

background-color css

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

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

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

border-color css

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

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

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