Html Css Color HEX #ACE8ED Pale Turquoise

📋 copy color: '#ACE8ED'

red 172 ◦ green 232 ◦ blue 237

#ACE8ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #ACE8ED

Tints of Pale Turquoise #ACE8ED

RGB

 RED value IS 172 (67.58% from 255) = 26.83%

 GREEN value IS 232 (91.02% from 255) = 36.19%

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 26.83%
G = 36.19%
B = 36.97%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE8ED (or 0xACE8ED) is known color: Pale Turquoise. HEX triplet: AC, E8 and ED. RGB value is (172,232,237). Sum of RGB (Red+Green+Blue) = 172+232+237=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8ED is #531712. Grayscale: #D6D6D6. Windows color (decimal): -5445395 or 15591596. OLE color: 15591596.

HSL color Cylindrical-coordinate representation of color #ACE8ED: hue angle of 184.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE8ED is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 232 237 -
CMYK 0.27 0.02 0 0.07
HSL 184.62º 0.64% 0.8% -
HSV(B) 184.62º 0.27% 0.93% -
XYZ 61.16 72.6 90.91 -
YUV 214.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 172 232 237 0.27 0.02 0 0.07 184.62 0.64 0.8
Hex AC E8 ED 1B 2 0 7 B9 40 50
Octal 254 350 355 33 2 0 7 271 100 120
Binary 10101100 11101000 11101101 11011 10 0 111 10111001 1000000 1010000

Color Harmonies of #ACE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8ED

Black with #ACE8ED

Text Example


Text Example

White with #ACE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8ED; }

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

 H1.HeaderClassName
 {
   color: #ACE8ED;
 }
 .AnyTagClassName
 {
   color: #ACE8ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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