#A3F3FE

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

Shades of Pale Turquoise #A3F3FE

Tints of Pale Turquoise #A3F3FE

Color information

#A3F3FE (or 0xA3F3FE) is unknown color: approx Pale Turquoise. HEX triplet: A3, F3 and FE. RGB value is (163,243,254). Sum of RGB (Red+Green+Blue) = 163+243+254=660 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.70% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F3FE is #5C0C01. Grayscale: #DCDCDC. Windows color (decimal): -6032386 or 16708515. OLE color: 16708515.

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

Color convert

RGB163243254-
CMYK0.360.0400.00
HSL187.25º97.85%81.76%-
HSV(B)187.25º35.83%99.61%-
XYZ65.0479.04105.59-
YUV220.3314787.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.70%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=24.70%
G=36.82%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632432540.360.0400.00187.2597.8581.76
HexA3F3FE24400bb6252
Octal24336337644400273142122
Binary101000111111001111111110100100100001011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F3FE; }

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

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

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

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

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

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

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

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