Html Css Color HEX #A1FBE9 Pale Turquoise

📋 copy color: '#A1FBE9'

red 161 ◦ green 251 ◦ blue 233

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

Shades of Pale Turquoise #A1FBE9

Tints of Pale Turquoise #A1FBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 24.96%
G = 38.91%
B = 36.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#A1FBE9 (or 0xA1FBE9) is known color: Pale Turquoise. HEX triplet: A1, FB and E9. RGB value is (161,251,233). Sum of RGB (Red+Green+Blue) = 161+251+233=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBE9 is #5E0416. Grayscale: #DEDEDE. Windows color (decimal): -6161431 or 15334305. OLE color: 15334305.

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

Color convert

RGB 161 251 233 -
CMYK 0.36 0 0.07 0.02
HSL 168º 0.92% 0.81% -
HSV(B) 168º 0.36% 0.98% -
XYZ 63.9 82.45 89.64 -
YUV 222.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 161 251 233 0.36 0 0.07 0.02 168 0.92 0.81
Hex A1 FB E9 24 0 7 2 A8 5C 51
Octal 241 373 351 44 0 7 2 250 134 121
Binary 10100001 11111011 11101001 100100 0 111 10 10101000 1011100 1010001

Color Harmonies of #A1FBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBE9

Black with #A1FBE9

Text Example


Text Example

White with #A1FBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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