Html Css Color HEX #A1FEFB Pale Turquoise

📋 copy color: '#A1FEFB'

red 161 ◦ green 254 ◦ blue 251

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

Shades of Pale Turquoise #A1FEFB

Tints of Pale Turquoise #A1FEFB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.14%

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

R = 24.17%
G = 38.14%
B = 37.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#A1FEFB (or 0xA1FEFB) is known color: Pale Turquoise. HEX triplet: A1, FE and FB. RGB value is (161,254,251). Sum of RGB (Red+Green+Blue) = 161+254+251=666 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.17% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFB is #5E0104. Grayscale: #E1E1E1. Windows color (decimal): -6160645 or 16514721. OLE color: 16514721.

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

Color convert

RGB 161 254 251 -
CMYK 0.37 0 0.01 0.00
HSL 178.06º 0.98% 0.81% -
HSV(B) 178.06º 0.37% 1% -
XYZ 67.55 85.43 104.2 -
YUV 225.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 161 254 251 0.37 0 0.01 0.00 178.06 0.98 0.81
Hex A1 FE FB 25 0 1 0 B2 62 51
Octal 241 376 373 45 0 1 0 262 142 121
Binary 10100001 11111110 11111011 100101 0 1 0 10110010 1100010 1010001

Color Harmonies of #A1FEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEFB

Black with #A1FEFB

Text Example


Text Example

White with #A1FEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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