Html Css Color HEX #A1F9FA Pale Turquoise

📋 copy color: '#A1F9FA'

red 161 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #A1F9FA

Tints of Pale Turquoise #A1F9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.73%

 BLUE value IS 250 (98.05% from 255) = 37.88%

R = 24.39%
G = 37.73%
B = 37.88%

CMYK

 C value IS 0.36

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1F9FA (or 0xA1F9FA) is known color: Pale Turquoise. HEX triplet: A1, F9 and FA. RGB value is (161,249,250). Sum of RGB (Red+Green+Blue) = 161+249+250=660 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.39% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9FA is #5E0605. Grayscale: #DEDEDE. Windows color (decimal): -6161926 or 16447905. OLE color: 16447905.

HSL color Cylindrical-coordinate representation of color #A1F9FA: hue angle of 180.67º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F9FA is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 250 -
CMYK 0.36 0.00 0 0.02
HSL 180.67º 0.9% 0.81% -
HSV(B) 180.67º 0.36% 0.98% -
XYZ 65.83 82.23 102.85 -
YUV 222.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 161 249 250 0.36 0.00 0 0.02 180.67 0.9 0.81
Hex A1 F9 FA 24 0 0 2 B5 5A 51
Octal 241 371 372 44 0 0 2 265 132 121
Binary 10100001 11111001 11111010 100100 0 0 10 10110101 1011010 1010001

Color Harmonies of #A1F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9FA

Black with #A1F9FA

Text Example


Text Example

White with #A1F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9FA; }

 p { color: rgb(161,249,250); }

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

background-color css

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

 a { background-color: rgb(161,249,250); }

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

border-color css

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

 span { border-color: rgb(161,249,250); }

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