Html Css Color HEX #ACEAE6 Pale Turquoise

📋 copy color: '#ACEAE6'

red 172 ◦ green 234 ◦ blue 230

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

Shades of Pale Turquoise #ACEAE6

Tints of Pale Turquoise #ACEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 27.04%
G = 36.79%
B = 36.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#ACEAE6 (or 0xACEAE6) is known color: Pale Turquoise. HEX triplet: AC, EA and E6. RGB value is (172,234,230). Sum of RGB (Red+Green+Blue) = 172+234+230=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAE6 is #531519. Grayscale: #D6D6D6. Windows color (decimal): -5444890 or 15133356. OLE color: 15133356.

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

Color convert

RGB 172 234 230 -
CMYK 0.26 0 0.02 0.08
HSL 176.13º 0.6% 0.8% -
HSV(B) 176.13º 0.26% 0.92% -
XYZ 60.72 73.33 85.82 -
YUV 215.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 172 234 230 0.26 0 0.02 0.08 176.13 0.6 0.8
Hex AC EA E6 1A 0 2 8 B0 3C 50
Octal 254 352 346 32 0 2 10 260 74 120
Binary 10101100 11101010 11100110 11010 0 10 1000 10110000 111100 1010000

Color Harmonies of #ACEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAE6

Black with #ACEAE6

Text Example


Text Example

White with #ACEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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