Html Css Color HEX #A6F6EC Pale Turquoise

📋 copy color: '#A6F6EC'

red 166 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #A6F6EC

Tints of Pale Turquoise #A6F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.96%

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 25.62%
G = 37.96%
B = 36.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#A6F6EC (or 0xA6F6EC) is known color: Pale Turquoise. HEX triplet: A6, F6 and EC. RGB value is (166,246,236). Sum of RGB (Red+Green+Blue) = 166+246+236=648 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.62% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6EC is #590913. Grayscale: #DCDCDC. Windows color (decimal): -5835028 or 15529638. OLE color: 15529638.

HSL color Cylindrical-coordinate representation of color #A6F6EC: hue angle of 172.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6EC is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 236 -
CMYK 0.33 0 0.04 0.04
HSL 172.5º 0.82% 0.81% -
HSV(B) 172.5º 0.33% 0.96% -
XYZ 63.82 80.07 91.45 -
YUV 220.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 166 246 236 0.33 0 0.04 0.04 172.5 0.82 0.81
Hex A6 F6 EC 21 0 4 4 AC 52 51
Octal 246 366 354 41 0 4 4 254 122 121
Binary 10100110 11110110 11101100 100001 0 100 100 10101100 1010010 1010001

Color Harmonies of #A6F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F6EC

Black with #A6F6EC

Text Example


Text Example

White with #A6F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F6EC; }

 p { color: rgb(166,246,236); }

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

background-color css

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

 a { background-color: rgb(166,246,236); }

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

border-color css

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

 span { border-color: rgb(166,246,236); }

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