#A3FDFE

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

Shades of Pale Turquoise #A3FDFE

Tints of Pale Turquoise #A3FDFE

Color information

#A3FDFE (or 0xA3FDFE) is unknown color: approx Pale Turquoise. HEX triplet: A3, FD and FE. RGB value is (163,253,254). Sum of RGB (Red+Green+Blue) = 163+253+254=670 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.33% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FDFE is #5C0201. Grayscale: #E2E2E2. Windows color (decimal): -6029826 or 16711075. OLE color: 16711075.

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

Color convert

RGB163253254-
CMYK0.360.0000.00
HSL180.66º97.85%81.76%-
HSV(B)180.66º35.83%99.61%-
XYZ68.1285.19106.62-
YUV226.2143.6882.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.33%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=24.33%
G=37.76%
B=37.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632532540.360.0000.00180.6697.8581.76
HexA3FDFE24000b56252
Octal24337537644000265142122
Binary1010001111111101111111101001000001011010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FDFE; }

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

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

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

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

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

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

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

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