Html Css Color HEX #A1F7FB Pale Turquoise

📋 copy color: '#A1F7FB'

red 161 ◦ green 247 ◦ blue 251

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

Shades of Pale Turquoise #A1F7FB

Tints of Pale Turquoise #A1F7FB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.48%

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 24.43%
G = 37.48%
B = 38.09%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1F7FB (or 0xA1F7FB) is known color: Pale Turquoise. HEX triplet: A1, F7 and FB. RGB value is (161,247,251). Sum of RGB (Red+Green+Blue) = 161+247+251=659 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.43% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F7FB is #5E0804. Grayscale: #DDDDDD. Windows color (decimal): -6162437 or 16512929. OLE color: 16512929.

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

Color convert

RGB 161 247 251 -
CMYK 0.36 0.02 0 0.02
HSL 182.67º 0.92% 0.81% -
HSV(B) 182.67º 0.36% 0.98% -
XYZ 65.37 81.06 103.47 -
YUV 221.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 161 247 251 0.36 0.02 0 0.02 182.67 0.92 0.81
Hex A1 F7 FB 24 2 0 2 B7 5C 51
Octal 241 367 373 44 2 0 2 267 134 121
Binary 10100001 11110111 11111011 100100 10 0 10 10110111 1011100 1010001

Color Harmonies of #A1F7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F7FB

Black with #A1F7FB

Text Example


Text Example

White with #A1F7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F7FB; }

 p { color: rgb(161,247,251); }

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

background-color css

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

 a { background-color: rgb(161,247,251); }

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

border-color css

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

 span { border-color: rgb(161,247,251); }

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