#A3FBFD

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

Shades of Pale Turquoise #A3FBFD

Tints of Pale Turquoise #A3FBFD

Color information

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

HSL color Cylindrical-coordinate representation of color #A3FBFD: hue angle of 181.33º 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 #A3FBFD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163251253-
CMYK0.360.0100.01
HSL181.33º95.74%81.57%-
HSV(B)181.33º35.57%99.22%-
XYZ67.3383.87105.57-
YUV224.92143.8583.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632512530.360.0100.01181.3395.7481.57
HexA3FBFD24101b56052
Octal24337337544101265140122
Binary1010001111111011111111011001001011011010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBFD; }

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

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

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

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

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

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

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

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