Html Css Color HEX #A1FBEC Pale Turquoise

📋 copy color: '#A1FBEC'

red 161 ◦ green 251 ◦ blue 236

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

Shades of Pale Turquoise #A1FBEC

Tints of Pale Turquoise #A1FBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 24.85%
G = 38.73%
B = 36.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A1FBEC (or 0xA1FBEC) is known color: Pale Turquoise. HEX triplet: A1, FB and EC. RGB value is (161,251,236). Sum of RGB (Red+Green+Blue) = 161+251+236=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBEC is #5E0413. Grayscale: #DEDEDE. Windows color (decimal): -6161428 or 15530913. OLE color: 15530913.

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

Color convert

RGB 161 251 236 -
CMYK 0.36 0 0.06 0.02
HSL 170º 0.92% 0.81% -
HSV(B) 170º 0.36% 0.98% -
XYZ 64.34 82.63 91.91 -
YUV 222.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 161 251 236 0.36 0 0.06 0.02 170 0.92 0.81
Hex A1 FB EC 24 0 6 2 AA 5C 51
Octal 241 373 354 44 0 6 2 252 134 121
Binary 10100001 11111011 11101100 100100 0 110 10 10101010 1011100 1010001

Color Harmonies of #A1FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBEC

Black with #A1FBEC

Text Example


Text Example

White with #A1FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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