#A3F3EB

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

Shades of Pale Turquoise #A3F3EB

Tints of Pale Turquoise #A3F3EB

Color information

#A3F3EB (or 0xA3F3EB) is unknown color: approx Pale Turquoise. HEX triplet: A3, F3 and EB. RGB value is (163,243,235). Sum of RGB (Red+Green+Blue) = 163+243+235=641 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.43% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #A3F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F3EB is #5C0C14. Grayscale: #DADADA. Windows color (decimal): -6032405 or 15463331. OLE color: 15463331.

HSL color Cylindrical-coordinate representation of color #A3F3EB: hue angle of 174º 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 #A3F3EB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB163243235-
CMYK0.3300.030.05
HSL174º76.92%79.61%-
HSV(B)174º32.92%95.29%-
XYZ62.1577.8990.36-
YUV218.17137.588.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.43%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=25.43%
G=37.91%
B=36.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632432350.3300.030.0517476.9279.61
HexA3F3EB21035ae4d50
Octal24336335341035256115120
Binary1010001111110011111010111000010111011010111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F3EB; }

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

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

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

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

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

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

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

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