#A0FDF1

Color #A0FDF1 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A0FDF1

Tints of Pale Turquoise #A0FDF1

Color information

#A0FDF1 (or 0xA0FDF1) is unknown color: approx Pale Turquoise. HEX triplet: A0, FD and F1. RGB value is (160,253,241). Sum of RGB (Red+Green+Blue) = 160+253+241=654 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.46% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FDF1 is #5F020E. Grayscale: #DFDFDF. Windows color (decimal): -6226447 or 15859104. OLE color: 15859104.

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

Color convert

RGB160253241-
CMYK0.3700.050.01
HSL172.26º95.88%80.98%-
HSV(B)172.26º36.76%99.22%-
XYZ65.584.0895.99-
YUV223.82137.6982.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.46%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=24.46%
G=38.69%
B=36.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602532410.3700.050.01172.2695.8880.98
HexA0FDF125051ac6051
Octal24037536145051254140121
Binary101000001111110111110001100101010111010110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FDF1; }

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

 H1.HeaderClassName
 {
   color: #A0FDF1;
 }
 .AnyTagClassName
 {
   color: #A0FDF1;
 }
</style>
background-color css

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

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

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

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

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

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