Html Css Color HEX #A6EBED Pale Turquoise

📋 copy color: '#A6EBED'

red 166 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #A6EBED

Tints of Pale Turquoise #A6EBED

RGB

 RED value IS 166 (65.23% from 255) = 26.02%

 GREEN value IS 235 (92.19% from 255) = 36.83%

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

R = 26.02%
G = 36.83%
B = 37.15%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6EBED (or 0xA6EBED) is known color: Pale Turquoise. HEX triplet: A6, EB and ED. RGB value is (166,235,237). Sum of RGB (Red+Green+Blue) = 166+235+237=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBED is #591412. Grayscale: #D6D6D6. Windows color (decimal): -5837843 or 15592358. OLE color: 15592358.

HSL color Cylindrical-coordinate representation of color #A6EBED: hue angle of 181.69º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EBED is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 235 237 -
CMYK 0.30 0.01 0 0.07
HSL 181.69º 0.66% 0.79% -
HSV(B) 181.69º 0.3% 0.93% -
XYZ 60.72 73.64 91.13 -
YUV 214.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 166 235 237 0.30 0.01 0 0.07 181.69 0.66 0.79
Hex A6 EB ED 1E 1 0 7 B6 42 4F
Octal 246 353 355 36 1 0 7 266 102 117
Binary 10100110 11101011 11101101 11110 1 0 111 10110110 1000010 1001111

Color Harmonies of #A6EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBED

Black with #A6EBED

Text Example


Text Example

White with #A6EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBED; }

 p { color: rgb(166,235,237); }

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

background-color css

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

 a { background-color: rgb(166,235,237); }

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

border-color css

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

 span { border-color: rgb(166,235,237); }

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