#A4EDEB

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

Shades of Pale Turquoise #A4EDEB

Tints of Pale Turquoise #A4EDEB

Color information

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

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

Color convert

RGB164237235-
CMYK0.3100.010.07
HSL178.36º66.97%78.63%-
HSV(B)178.36º30.8%92.94%-
XYZ60.5974.4689.78-
YUV214.94139.3291.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642372350.3100.010.07178.3666.9778.63
HexA4EDEB1F017b2434f
Octal24435535337017262103117
Binary10100100111011011110101111111011111011001010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDEB; }

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

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

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

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

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

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

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

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