Html Css Color HEX #A6F8EC Pale Turquoise

📋 copy color: '#A6F8EC'

red 166 ◦ green 248 ◦ blue 236

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

Shades of Pale Turquoise #A6F8EC

Tints of Pale Turquoise #A6F8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.15%

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

R = 25.54%
G = 38.15%
B = 36.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#A6F8EC (or 0xA6F8EC) is known color: Pale Turquoise. HEX triplet: A6, F8 and EC. RGB value is (166,248,236). Sum of RGB (Red+Green+Blue) = 166+248+236=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8EC is #590713. Grayscale: #DEDEDE. Windows color (decimal): -5834516 or 15530150. OLE color: 15530150.

HSL color Cylindrical-coordinate representation of color #A6F8EC: hue angle of 171.22º degrees, saturation: 0.85, 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 #A6F8EC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 248 236 -
CMYK 0.33 0 0.05 0.03
HSL 171.22º 0.85% 0.81% -
HSV(B) 171.22º 0.33% 0.97% -
XYZ 64.43 81.3 91.65 -
YUV 222.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 166 248 236 0.33 0 0.05 0.03 171.22 0.85 0.81
Hex A6 F8 EC 21 0 5 3 AB 55 51
Octal 246 370 354 41 0 5 3 253 125 121
Binary 10100110 11111000 11101100 100001 0 101 11 10101011 1010101 1010001

Color Harmonies of #A6F8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F8EC

Black with #A6F8EC

Text Example


Text Example

White with #A6F8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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