Html Css Color HEX #A0FFF1 Pale Turquoise

📋 copy color: '#A0FFF1'

red 160 ◦ green 255 ◦ blue 241

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

Shades of Pale Turquoise #A0FFF1

Tints of Pale Turquoise #A0FFF1

RGB

 RED value IS 160 (62.89% from 255) = 24.39%

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 241 (94.53% from 255) = 36.74%

R = 24.39%
G = 38.87%
B = 36.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#A0FFF1 (or 0xA0FFF1) is known color: Pale Turquoise. HEX triplet: A0, FF and F1. RGB value is (160,255,241). Sum of RGB (Red+Green+Blue) = 160+255+241=656 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.39% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFF1 is #5F000E. Grayscale: #E0E0E0. Windows color (decimal): -6225935 or 15859616. OLE color: 15859616.

HSL color Cylindrical-coordinate representation of color #A0FFF1: hue angle of 171.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFF1 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 241 -
CMYK 0.37 0 0.05 0
HSL 171.16º 1% 0.81% -
HSV(B) 171.16º 0.37% 1% -
XYZ 66.13 85.34 96.21 -
YUV 225 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 160 255 241 0.37 0 0.05 0 171.16 1 0.81
Hex A0 FF F1 25 0 5 0 AB 64 51
Octal 240 377 361 45 0 5 0 253 144 121
Binary 10100000 11111111 11110001 100101 0 101 0 10101011 1100100 1010001

Color Harmonies of #A0FFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFF1

Black with #A0FFF1

Text Example


Text Example

White with #A0FFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFF1; }

 p { color: rgb(160,255,241); }

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

background-color css

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

 a { background-color: rgb(160,255,241); }

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

border-color css

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

 span { border-color: rgb(160,255,241); }

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