Html Css Color HEX #ACE8EB Pale Turquoise

📋 copy color: '#ACE8EB'

red 172 ◦ green 232 ◦ blue 235

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

Shades of Pale Turquoise #ACE8EB

Tints of Pale Turquoise #ACE8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 26.92%
G = 36.31%
B = 36.78%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACE8EB (or 0xACE8EB) is known color: Pale Turquoise. HEX triplet: AC, E8 and EB. RGB value is (172,232,235). Sum of RGB (Red+Green+Blue) = 172+232+235=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8EB is #531714. Grayscale: #D6D6D6. Windows color (decimal): -5445397 or 15460524. OLE color: 15460524.

HSL color Cylindrical-coordinate representation of color #ACE8EB: hue angle of 182.86º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE8EB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 232 235 -
CMYK 0.27 0.01 0 0.08
HSL 182.86º 0.61% 0.8% -
HSV(B) 182.86º 0.27% 0.92% -
XYZ 60.87 72.48 89.38 -
YUV 214.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 172 232 235 0.27 0.01 0 0.08 182.86 0.61 0.8
Hex AC E8 EB 1B 1 0 8 B7 3D 50
Octal 254 350 353 33 1 0 10 267 75 120
Binary 10101100 11101000 11101011 11011 1 0 1000 10110111 111101 1010000

Color Harmonies of #ACE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8EB

Black with #ACE8EB

Text Example


Text Example

White with #ACE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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