Html Css Color HEX #A1F3EB Pale Turquoise

📋 copy color: '#A1F3EB'

red 161 ◦ green 243 ◦ blue 235

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

Shades of Pale Turquoise #A1F3EB

Tints of Pale Turquoise #A1F3EB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.03%

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

R = 25.2%
G = 38.03%
B = 36.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#A1F3EB (or 0xA1F3EB) is known color: Pale Turquoise. HEX triplet: A1, F3 and EB. RGB value is (161,243,235). Sum of RGB (Red+Green+Blue) = 161+243+235=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F3EB is #5E0C14. Grayscale: #D9D9D9. Windows color (decimal): -6163477 or 15463329. OLE color: 15463329.

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

Color convert

RGB 161 243 235 -
CMYK 0.34 0 0.03 0.05
HSL 174.15º 0.77% 0.79% -
HSV(B) 174.15º 0.34% 0.95% -
XYZ 61.74 77.68 90.34 -
YUV 217.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 161 243 235 0.34 0 0.03 0.05 174.15 0.77 0.79
Hex A1 F3 EB 22 0 3 5 AE 4D 4F
Octal 241 363 353 42 0 3 5 256 115 117
Binary 10100001 11110011 11101011 100010 0 11 101 10101110 1001101 1001111

Color Harmonies of #A1F3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F3EB

Black with #A1F3EB

Text Example


Text Example

White with #A1F3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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