Html Css Color HEX #A1F6E7 Pale Turquoise

📋 copy color: '#A1F6E7'

red 161 ◦ green 246 ◦ blue 231

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

Shades of Pale Turquoise #A1F6E7

Tints of Pale Turquoise #A1F6E7

RGB

 RED value IS 161 (63.28% from 255) = 25.24%

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

 BLUE value IS 231 (90.63% from 255) = 36.21%

R = 25.24%
G = 38.56%
B = 36.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#A1F6E7 (or 0xA1F6E7) is known color: Pale Turquoise. HEX triplet: A1, F6 and E7. RGB value is (161,246,231). Sum of RGB (Red+Green+Blue) = 161+246+231=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F6E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F6E7 is #5E0918. Grayscale: #DADADA. Windows color (decimal): -6162713 or 15201953. OLE color: 15201953.

HSL color Cylindrical-coordinate representation of color #A1F6E7: hue angle of 169.41º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F6E7 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 246 231 -
CMYK 0.35 0 0.06 0.04
HSL 169.41º 0.83% 0.8% -
HSV(B) 169.41º 0.35% 0.96% -
XYZ 62.08 79.26 87.63 -
YUV 218.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 161 246 231 0.35 0 0.06 0.04 169.41 0.83 0.8
Hex A1 F6 E7 23 0 6 4 A9 53 50
Octal 241 366 347 43 0 6 4 251 123 120
Binary 10100001 11110110 11100111 100011 0 110 100 10101001 1010011 1010000

Color Harmonies of #A1F6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F6E7

Black with #A1F6E7

Text Example


Text Example

White with #A1F6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F6E7; }

 p { color: rgb(161,246,231); }

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

background-color css

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

 a { background-color: rgb(161,246,231); }

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

border-color css

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

 span { border-color: rgb(161,246,231); }

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