Html Css Color HEX #A1F9FE Pale Turquoise

📋 copy color: '#A1F9FE'

red 161 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #A1F9FE

Tints of Pale Turquoise #A1F9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 24.25%
G = 37.5%
B = 38.25%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1F9FE (or 0xA1F9FE) is known color: Pale Turquoise. HEX triplet: A1, F9 and FE. RGB value is (161,249,254). Sum of RGB (Red+Green+Blue) = 161+249+254=664 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.25% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9FE is #5E0601. Grayscale: #DFDFDF. Windows color (decimal): -6161922 or 16710049. OLE color: 16710049.

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

Color convert

RGB 161 249 254 -
CMYK 0.37 0.02 0 0.00
HSL 183.23º 0.98% 0.81% -
HSV(B) 183.23º 0.37% 1% -
XYZ 66.46 82.48 106.18 -
YUV 223.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 161 249 254 0.37 0.02 0 0.00 183.23 0.98 0.81
Hex A1 F9 FE 25 2 0 0 B7 62 51
Octal 241 371 376 45 2 0 0 267 142 121
Binary 10100001 11111001 11111110 100101 10 0 0 10110111 1100010 1010001

Color Harmonies of #A1F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9FE

Black with #A1F9FE

Text Example


Text Example

White with #A1F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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