#A3F3EE

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

Shades of Pale Turquoise #A3F3EE

Tints of Pale Turquoise #A3F3EE

Color information

#A3F3EE (or 0xA3F3EE) is unknown color: approx Pale Turquoise. HEX triplet: A3, F3 and EE. RGB value is (163,243,238). Sum of RGB (Red+Green+Blue) = 163+243+238=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #A3F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F3EE is #5C0C11. Grayscale: #DADADA. Windows color (decimal): -6032402 or 15659939. OLE color: 15659939.

HSL color Cylindrical-coordinate representation of color #A3F3EE: hue angle of 176.25º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F3EE is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB163243238-
CMYK0.3300.020.05
HSL176.25º76.92%79.61%-
HSV(B)176.25º32.92%95.29%-
XYZ62.5978.0692.66-
YUV218.5113988.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.31%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=25.31%
G=37.73%
B=36.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632432380.3300.020.05176.2576.9279.61
HexA3F3EE21025b04d50
Octal24336335641025260115120
Binary1010001111110011111011101000010101011011000010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F3EE; }

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

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

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

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

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

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

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

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