#A3F2FB

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

Shades of Pale Turquoise #A3F2FB

Tints of Pale Turquoise #A3F2FB

Color information

#A3F2FB (or 0xA3F2FB) is unknown color: approx Pale Turquoise. HEX triplet: A3, F2 and FB. RGB value is (163,242,251). Sum of RGB (Red+Green+Blue) = 163+242+251=656 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.85% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F2FB is #5C0D04. Grayscale: #DBDBDB. Windows color (decimal): -6032645 or 16511651. OLE color: 16511651.

HSL color Cylindrical-coordinate representation of color #A3F2FB: hue angle of 186.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3F2FB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163242251-
CMYK0.350.0400.02
HSL186.14º91.67%81.18%-
HSV(B)186.14º35.06%98.43%-
XYZ64.2778.26102.98-
YUV219.4145.8387.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.85%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=24.85%
G=36.89%
B=38.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632422510.350.0400.02186.1491.6781.18
HexA3F2FB23402ba5c51
Octal24336237343402272134121
Binary1010001111110010111110111000111000101011101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F2FB; }

 p { color: rgb(163,242,251); }

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

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

 a { background-color: rgb(163,242,251); }

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

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

 span { border-color: rgb(163,242,251); }

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