Html Css Color HEX #A1F2ED Pale Turquoise

📋 copy color: '#A1F2ED'

red 161 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #A1F2ED

Tints of Pale Turquoise #A1F2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 25.16%
G = 37.81%
B = 37.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A1F2ED (or 0xA1F2ED) is known color: Pale Turquoise. HEX triplet: A1, F2 and ED. RGB value is (161,242,237). Sum of RGB (Red+Green+Blue) = 161+242+237=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2ED is #5E0D12. Grayscale: #D9D9D9. Windows color (decimal): -6163731 or 15594145. OLE color: 15594145.

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

Color convert

RGB 161 242 237 -
CMYK 0.33 0 0.02 0.05
HSL 176.3º 0.76% 0.79% -
HSV(B) 176.3º 0.33% 0.95% -
XYZ 61.74 77.2 91.77 -
YUV 217.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 161 242 237 0.33 0 0.02 0.05 176.3 0.76 0.79
Hex A1 F2 ED 21 0 2 5 B0 4C 4F
Octal 241 362 355 41 0 2 5 260 114 117
Binary 10100001 11110010 11101101 100001 0 10 101 10110000 1001100 1001111

Color Harmonies of #A1F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2ED

Black with #A1F2ED

Text Example


Text Example

White with #A1F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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