#A0F3FA

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

Shades of Pale Turquoise #A0F3FA

Tints of Pale Turquoise #A0F3FA

Color information

#A0F3FA (or 0xA0F3FA) is unknown color: approx Pale Turquoise. HEX triplet: A0, F3 and FA. RGB value is (160,243,250). Sum of RGB (Red+Green+Blue) = 160+243+250=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F3FA is #5F0C05. Grayscale: #DADADA. Windows color (decimal): -6228998 or 16446368. OLE color: 16446368.

HSL color Cylindrical-coordinate representation of color #A0F3FA: hue angle of 184.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F3FA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160243250-
CMYK0.360.0300.02
HSL184.67º90%80.39%-
HSV(B)184.67º36%98.04%-
XYZ63.878.48102.23-
YUV218.98145.585.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.50%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=24.50%
G=37.21%
B=38.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602432500.360.0300.02184.679080.39
HexA0F3FA24302b95a50
Octal24036337244302271132120
Binary101000001111001111111010100100110101011100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3FA; }

 p { color: rgb(160,243,250); }

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

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

 a { background-color: rgb(160,243,250); }

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

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

 span { border-color: rgb(160,243,250); }

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