#A4EBED

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

Shades of Pale Turquoise #A4EBED

Tints of Pale Turquoise #A4EBED

Color information

#A4EBED (or 0xA4EBED) is unknown color: approx Pale Turquoise. HEX triplet: A4, EB and ED. RGB value is (164,235,237). Sum of RGB (Red+Green+Blue) = 164+235+237=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBED is #5B1412. Grayscale: #D5D5D5. Windows color (decimal): -5968915 or 15592356. OLE color: 15592356.

HSL color Cylindrical-coordinate representation of color #A4EBED: hue angle of 181.64º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EBED is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164235237-
CMYK0.310.0100.07
HSL181.64º66.97%78.63%-
HSV(B)181.64º30.8%92.94%-
XYZ60.373.4291.11-
YUV214140.9892.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=25.79%
G=36.95%
B=37.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642352370.310.0100.07181.6466.9778.63
HexA4EBED1F107b6434f
Octal24435335537107266103117
Binary10100100111010111110110111111101111011011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBED; }

 p { color: rgb(164,235,237); }

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

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

 a { background-color: rgb(164,235,237); }

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

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

 span { border-color: rgb(164,235,237); }

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