#A3FDFB

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

Shades of Pale Turquoise #A3FDFB

Tints of Pale Turquoise #A3FDFB

Color information

#A3FDFB (or 0xA3FDFB) is unknown color: approx Pale Turquoise. HEX triplet: A3, FD and FB. RGB value is (163,253,251). Sum of RGB (Red+Green+Blue) = 163+253+251=667 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.44% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FDFB is #5C0204. Grayscale: #E1E1E1. Windows color (decimal): -6029829 or 16514467. OLE color: 16514467.

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

Color convert

RGB163253251-
CMYK0.3600.010.01
HSL178.67º95.74%81.57%-
HSV(B)178.67º35.57%99.22%-
XYZ67.6485104.11-
YUV225.86142.1883.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.44%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=24.44%
G=37.93%
B=37.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632532510.3600.010.01178.6795.7481.57
HexA3FDFB24011b36052
Octal24337537344011263140122
Binary1010001111111101111110111001000111011001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FDFB; }

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

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

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

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

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

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

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

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