Html Css Color HEX #ACE7E5 Pale Turquoise

📋 copy color: '#ACE7E5'

red 172 ◦ green 231 ◦ blue 229

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

Shades of Pale Turquoise #ACE7E5

Tints of Pale Turquoise #ACE7E5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.55%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 27.22%
G = 36.55%
B = 36.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#ACE7E5 (or 0xACE7E5) is known color: Pale Turquoise. HEX triplet: AC, E7 and E5. RGB value is (172,231,229). Sum of RGB (Red+Green+Blue) = 172+231+229=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7E5 is #53181A. Grayscale: #D5D5D5. Windows color (decimal): -5445659 or 15067052. OLE color: 15067052.

HSL color Cylindrical-coordinate representation of color #ACE7E5: hue angle of 177.97º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7E5 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 231 229 -
CMYK 0.26 0 0.01 0.09
HSL 177.97º 0.55% 0.79% -
HSV(B) 177.97º 0.26% 0.91% -
XYZ 59.73 71.58 84.8 -
YUV 213.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 172 231 229 0.26 0 0.01 0.09 177.97 0.55 0.79
Hex AC E7 E5 1A 0 1 9 B2 37 4F
Octal 254 347 345 32 0 1 11 262 67 117
Binary 10101100 11100111 11100101 11010 0 1 1001 10110010 110111 1001111

Color Harmonies of #ACE7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7E5

Black with #ACE7E5

Text Example


Text Example

White with #ACE7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7E5; }

 p { color: rgb(172,231,229); }

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

background-color css

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

 a { background-color: rgb(172,231,229); }

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

border-color css

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

 span { border-color: rgb(172,231,229); }

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