Html Css Color HEX #ACEAE8 Pale Turquoise

📋 copy color: '#ACEAE8'

red 172 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #ACEAE8

Tints of Pale Turquoise #ACEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

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

R = 26.96%
G = 36.68%
B = 36.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#ACEAE8 (or 0xACEAE8) is known color: Pale Turquoise. HEX triplet: AC, EA and E8. RGB value is (172,234,232). Sum of RGB (Red+Green+Blue) = 172+234+232=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAE8 is #531517. Grayscale: #D7D7D7. Windows color (decimal): -5444888 or 15264428. OLE color: 15264428.

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

Color convert

RGB 172 234 232 -
CMYK 0.26 0 0.01 0.08
HSL 178.06º 0.6% 0.8% -
HSV(B) 178.06º 0.26% 0.92% -
XYZ 61 73.44 87.3 -
YUV 215.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 172 234 232 0.26 0 0.01 0.08 178.06 0.6 0.8
Hex AC EA E8 1A 0 1 8 B2 3C 50
Octal 254 352 350 32 0 1 10 262 74 120
Binary 10101100 11101010 11101000 11010 0 1 1000 10110010 111100 1010000

Color Harmonies of #ACEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAE8

Black with #ACEAE8

Text Example


Text Example

White with #ACEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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