Html Css Color HEX #A6F6F1 Pale Turquoise

📋 copy color: '#A6F6F1'

red 166 ◦ green 246 ◦ blue 241

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

Shades of Pale Turquoise #A6F6F1

Tints of Pale Turquoise #A6F6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 25.42%
G = 37.67%
B = 36.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#A6F6F1 (or 0xA6F6F1) is known color: Pale Turquoise. HEX triplet: A6, F6 and F1. RGB value is (166,246,241). Sum of RGB (Red+Green+Blue) = 166+246+241=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6F1 is #59090E. Grayscale: #DDDDDD. Windows color (decimal): -5835023 or 15857318. OLE color: 15857318.

HSL color Cylindrical-coordinate representation of color #A6F6F1: hue angle of 176.25º 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 #A6F6F1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 241 -
CMYK 0.33 0 0.02 0.04
HSL 176.25º 0.82% 0.81% -
HSV(B) 176.25º 0.33% 0.96% -
XYZ 64.56 80.37 95.33 -
YUV 221.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 166 246 241 0.33 0 0.02 0.04 176.25 0.82 0.81
Hex A6 F6 F1 21 0 2 4 B0 52 51
Octal 246 366 361 41 0 2 4 260 122 121
Binary 10100110 11110110 11110001 100001 0 10 100 10110000 1010010 1010001

Color Harmonies of #A6F6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F6F1

Black with #A6F6F1

Text Example


Text Example

White with #A6F6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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