#ACEDF8

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

Shades of Pale Turquoise #ACEDF8

Tints of Pale Turquoise #ACEDF8

Color information

#ACEDF8 (or 0xACEDF8) is unknown color: approx Pale Turquoise. HEX triplet: AC, ED and F8. RGB value is (172,237,248). Sum of RGB (Red+Green+Blue) = 172+237+248=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDF8 is #531207. Grayscale: #DADADA. Windows color (decimal): -5444104 or 16313772. OLE color: 16313772.

HSL color Cylindrical-coordinate representation of color #ACEDF8: hue angle of 188.68º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEDF8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172237248-
CMYK0.310.0400.03
HSL188.68º84.44%82.35%-
HSV(B)188.68º30.65%97.25%-
XYZ64.2476.12100.11-
YUV218.82144.4794.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=26.18%
G=36.07%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722372480.310.0400.03188.6884.4482.35
HexACEDF81F403bd5452
Octal25435537037403275124122
Binary101011001110110111111000111111000111011110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDF8; }

 p { color: rgb(172,237,248); }

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

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

 a { background-color: rgb(172,237,248); }

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

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

 span { border-color: rgb(172,237,248); }

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