Html Css Color HEX #A6F2E6 Pale Turquoise

📋 copy color: '#A6F2E6'

red 166 ◦ green 242 ◦ blue 230

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

Shades of Pale Turquoise #A6F2E6

Tints of Pale Turquoise #A6F2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 230 (90.23% from 255) = 36.05%

R = 26.02%
G = 37.93%
B = 36.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#A6F2E6 (or 0xA6F2E6) is known color: Pale Turquoise. HEX triplet: A6, F2 and E6. RGB value is (166,242,230). Sum of RGB (Red+Green+Blue) = 166+242+230=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2E6 is #590D19. Grayscale: #D9D9D9. Windows color (decimal): -5836058 or 15135398. OLE color: 15135398.

HSL color Cylindrical-coordinate representation of color #A6F2E6: hue angle of 170.53º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F2E6 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 242 230 -
CMYK 0.31 0 0.05 0.05
HSL 170.53º 0.75% 0.8% -
HSV(B) 170.53º 0.31% 0.95% -
XYZ 61.76 77.32 86.53 -
YUV 217.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 166 242 230 0.31 0 0.05 0.05 170.53 0.75 0.8
Hex A6 F2 E6 1F 0 5 5 AB 4B 50
Octal 246 362 346 37 0 5 5 253 113 120
Binary 10100110 11110010 11100110 11111 0 101 101 10101011 1001011 1010000

Color Harmonies of #A6F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F2E6

Black with #A6F2E6

Text Example


Text Example

White with #A6F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F2E6; }

 p { color: rgb(166,242,230); }

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

background-color css

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

 a { background-color: rgb(166,242,230); }

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

border-color css

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

 span { border-color: rgb(166,242,230); }

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