#A5F0EE

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

Shades of Pale Turquoise #A5F0EE

Tints of Pale Turquoise #A5F0EE

Color information

#A5F0EE (or 0xA5F0EE) is unknown color: approx Pale Turquoise. HEX triplet: A5, F0 and EE. RGB value is (165,240,238). Sum of RGB (Red+Green+Blue) = 165+240+238=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0EE is #5A0F11. Grayscale: #D9D9D9. Windows color (decimal): -5902098 or 15659173. OLE color: 15659173.

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

Color convert

RGB165240238-
CMYK0.3100.010.06
HSL178.4º71.43%79.41%-
HSV(B)178.4º31.25%94.12%-
XYZ62.1176.4992.38-
YUV217.35139.6590.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.66%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=25.66%
G=37.33%
B=37.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652402380.3100.010.06178.471.4379.41
HexA5F0EE1F016b2474f
Octal24536035637016262107117
Binary10100101111100001110111011111011101011001010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0EE; }

 p { color: rgb(165,240,238); }

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

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

 a { background-color: rgb(165,240,238); }

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

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

 span { border-color: rgb(165,240,238); }

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