Html Css Color HEX #A1FDE9 Pale Turquoise

📋 copy color: '#A1FDE9'

red 161 ◦ green 253 ◦ blue 233

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

Shades of Pale Turquoise #A1FDE9

Tints of Pale Turquoise #A1FDE9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.1%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 24.88%
G = 39.1%
B = 36.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#A1FDE9 (or 0xA1FDE9) is known color: Pale Turquoise. HEX triplet: A1, FD and E9. RGB value is (161,253,233). Sum of RGB (Red+Green+Blue) = 161+253+233=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDE9 is #5E0216. Grayscale: #DFDFDF. Windows color (decimal): -6160919 or 15334817. OLE color: 15334817.

HSL color Cylindrical-coordinate representation of color #A1FDE9: hue angle of 166.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDE9 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 233 -
CMYK 0.36 0 0.08 0.01
HSL 166.96º 0.96% 0.81% -
HSV(B) 166.96º 0.36% 0.99% -
XYZ 64.53 83.71 89.85 -
YUV 223.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 161 253 233 0.36 0 0.08 0.01 166.96 0.96 0.81
Hex A1 FD E9 24 0 8 1 A7 60 51
Octal 241 375 351 44 0 10 1 247 140 121
Binary 10100001 11111101 11101001 100100 0 1000 1 10100111 1100000 1010001

Color Harmonies of #A1FDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDE9

Black with #A1FDE9

Text Example


Text Example

White with #A1FDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDE9; }

 p { color: rgb(161,253,233); }

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

background-color css

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

 a { background-color: rgb(161,253,233); }

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

border-color css

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

 span { border-color: rgb(161,253,233); }

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