Html Css Color HEX #ACE9EB Pale Turquoise

📋 copy color: '#ACE9EB'

red 172 ◦ green 233 ◦ blue 235

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

Shades of Pale Turquoise #ACE9EB

Tints of Pale Turquoise #ACE9EB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.41%

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

R = 26.88%
G = 36.41%
B = 36.72%

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

#ACE9EB (or 0xACE9EB) is known color: Pale Turquoise. HEX triplet: AC, E9 and EB. RGB value is (172,233,235). Sum of RGB (Red+Green+Blue) = 172+233+235=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9EB is #531614. Grayscale: #D6D6D6. Windows color (decimal): -5445141 or 15460780. OLE color: 15460780.

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

Color convert

RGB 172 233 235 -
CMYK 0.27 0.01 0 0.08
HSL 181.9º 0.61% 0.8% -
HSV(B) 181.9º 0.27% 0.92% -
XYZ 61.15 73.05 89.47 -
YUV 214.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 172 233 235 0.27 0.01 0 0.08 181.9 0.61 0.8
Hex AC E9 EB 1B 1 0 8 B6 3D 50
Octal 254 351 353 33 1 0 10 266 75 120
Binary 10101100 11101001 11101011 11011 1 0 1000 10110110 111101 1010000

Color Harmonies of #ACE9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9EB

Black with #ACE9EB

Text Example


Text Example

White with #ACE9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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