Html Css Color HEX #A1F5FD Pale Turquoise

📋 copy color: '#A1F5FD'

red 161 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #A1F5FD

Tints of Pale Turquoise #A1F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

 BLUE value IS 253 (99.22% from 255) = 38.39%

R = 24.43%
G = 37.18%
B = 38.39%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1F5FD (or 0xA1F5FD) is known color: Pale Turquoise. HEX triplet: A1, F5 and FD. RGB value is (161,245,253). Sum of RGB (Red+Green+Blue) = 161+245+253=659 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.43% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F5FD is #5E0A02. Grayscale: #DCDCDC. Windows color (decimal): -6162947 or 16643489. OLE color: 16643489.

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

Color convert

RGB 161 245 253 -
CMYK 0.36 0.03 0 0.01
HSL 185.22º 0.96% 0.81% -
HSV(B) 185.22º 0.36% 0.99% -
XYZ 65.08 79.97 104.93 -
YUV 220.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 161 245 253 0.36 0.03 0 0.01 185.22 0.96 0.81
Hex A1 F5 FD 24 3 0 1 B9 60 51
Octal 241 365 375 44 3 0 1 271 140 121
Binary 10100001 11110101 11111101 100100 11 0 1 10111001 1100000 1010001

Color Harmonies of #A1F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F5FD

Black with #A1F5FD

Text Example


Text Example

White with #A1F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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