Html Css Color HEX #A1F2EB Pale Turquoise

📋 copy color: '#A1F2EB'

red 161 ◦ green 242 ◦ blue 235

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

Shades of Pale Turquoise #A1F2EB

Tints of Pale Turquoise #A1F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 25.24%
G = 37.93%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#A1F2EB (or 0xA1F2EB) is known color: Pale Turquoise. HEX triplet: A1, F2 and EB. RGB value is (161,242,235). Sum of RGB (Red+Green+Blue) = 161+242+235=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2EB is #5E0D14. Grayscale: #D8D8D8. Windows color (decimal): -6163733 or 15463073. OLE color: 15463073.

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

Color convert

RGB 161 242 235 -
CMYK 0.33 0 0.03 0.05
HSL 174.81º 0.76% 0.79% -
HSV(B) 174.81º 0.33% 0.95% -
XYZ 61.45 77.08 90.24 -
YUV 216.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 161 242 235 0.33 0 0.03 0.05 174.81 0.76 0.79
Hex A1 F2 EB 21 0 3 5 AF 4C 4F
Octal 241 362 353 41 0 3 5 257 114 117
Binary 10100001 11110010 11101011 100001 0 11 101 10101111 1001100 1001111

Color Harmonies of #A1F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2EB

Black with #A1F2EB

Text Example


Text Example

White with #A1F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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