Html Css Color HEX #A1F2E7 Pale Turquoise

📋 copy color: '#A1F2E7'

red 161 ◦ green 242 ◦ blue 231

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

Shades of Pale Turquoise #A1F2E7

Tints of Pale Turquoise #A1F2E7

RGB

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

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

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

R = 25.39%
G = 38.17%
B = 36.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#A1F2E7 (or 0xA1F2E7) is known color: Pale Turquoise. HEX triplet: A1, F2 and E7. RGB value is (161,242,231). Sum of RGB (Red+Green+Blue) = 161+242+231=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2E7 is #5E0D18. Grayscale: #D8D8D8. Windows color (decimal): -6163737 or 15200929. OLE color: 15200929.

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

Color convert

RGB 161 242 231 -
CMYK 0.33 0 0.05 0.05
HSL 171.85º 0.76% 0.79% -
HSV(B) 171.85º 0.33% 0.95% -
XYZ 60.87 76.85 87.23 -
YUV 216.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 161 242 231 0.33 0 0.05 0.05 171.85 0.76 0.79
Hex A1 F2 E7 21 0 5 5 AC 4C 4F
Octal 241 362 347 41 0 5 5 254 114 117
Binary 10100001 11110010 11100111 100001 0 101 101 10101100 1001100 1001111

Color Harmonies of #A1F2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2E7

Black with #A1F2E7

Text Example


Text Example

White with #A1F2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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