Html Css Color HEX #ACECE8 Pale Turquoise

📋 copy color: '#ACECE8'

red 172 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #ACECE8

Tints of Pale Turquoise #ACECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.88%

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 26.88%
G = 36.88%
B = 36.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ACECE8 (or 0xACECE8) is known color: Pale Turquoise. HEX triplet: AC, EC and E8. RGB value is (172,236,232). Sum of RGB (Red+Green+Blue) = 172+236+232=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECE8 is #531317. Grayscale: #D8D8D8. Windows color (decimal): -5444376 or 15264940. OLE color: 15264940.

HSL color Cylindrical-coordinate representation of color #ACECE8: hue angle of 176.25º degrees, saturation: 0.63, 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 #ACECE8 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 232 -
CMYK 0.27 0 0.02 0.07
HSL 176.25º 0.63% 0.8% -
HSV(B) 176.25º 0.27% 0.93% -
XYZ 61.57 74.59 87.5 -
YUV 216.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 172 236 232 0.27 0 0.02 0.07 176.25 0.63 0.8
Hex AC EC E8 1B 0 2 7 B0 3F 50
Octal 254 354 350 33 0 2 7 260 77 120
Binary 10101100 11101100 11101000 11011 0 10 111 10110000 111111 1010000

Color Harmonies of #ACECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECE8

Black with #ACECE8

Text Example


Text Example

White with #ACECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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