Html Css Color HEX #A1F9FC Pale Turquoise

📋 copy color: '#A1F9FC'

red 161 ◦ green 249 ◦ blue 252

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

Shades of Pale Turquoise #A1F9FC

Tints of Pale Turquoise #A1F9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 24.32%
G = 37.61%
B = 38.07%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1F9FC (or 0xA1F9FC) is known color: Pale Turquoise. HEX triplet: A1, F9 and FC. RGB value is (161,249,252). Sum of RGB (Red+Green+Blue) = 161+249+252=662 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.32% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1F9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9FC is #5E0603. Grayscale: #DEDEDE. Windows color (decimal): -6161924 or 16578977. OLE color: 16578977.

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

Color convert

RGB 161 249 252 -
CMYK 0.36 0.01 0 0.01
HSL 181.98º 0.94% 0.81% -
HSV(B) 181.98º 0.36% 0.99% -
XYZ 66.14 82.36 104.51 -
YUV 223.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 161 249 252 0.36 0.01 0 0.01 181.98 0.94 0.81
Hex A1 F9 FC 24 1 0 1 B6 5E 51
Octal 241 371 374 44 1 0 1 266 136 121
Binary 10100001 11111001 11111100 100100 1 0 1 10110110 1011110 1010001

Color Harmonies of #A1F9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9FC

Black with #A1F9FC

Text Example


Text Example

White with #A1F9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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