Html Css Color HEX #A6F7EC Pale Turquoise

📋 copy color: '#A6F7EC'

red 166 ◦ green 247 ◦ blue 236

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

Shades of Pale Turquoise #A6F7EC

Tints of Pale Turquoise #A6F7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.06%

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

R = 25.58%
G = 38.06%
B = 36.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#A6F7EC (or 0xA6F7EC) is known color: Pale Turquoise. HEX triplet: A6, F7 and EC. RGB value is (166,247,236). Sum of RGB (Red+Green+Blue) = 166+247+236=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F7EC is #590813. Grayscale: #DDDDDD. Windows color (decimal): -5834772 or 15529894. OLE color: 15529894.

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

Color convert

RGB 166 247 236 -
CMYK 0.33 0 0.04 0.03
HSL 171.85º 0.84% 0.81% -
HSV(B) 171.85º 0.33% 0.97% -
XYZ 64.13 80.68 91.55 -
YUV 221.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 166 247 236 0.33 0 0.04 0.03 171.85 0.84 0.81
Hex A6 F7 EC 21 0 4 3 AC 54 51
Octal 246 367 354 41 0 4 3 254 124 121
Binary 10100110 11110111 11101100 100001 0 100 11 10101100 1010100 1010001

Color Harmonies of #A6F7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F7EC

Black with #A6F7EC

Text Example


Text Example

White with #A6F7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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