Html Css Color HEX #ACECE9 Pale Turquoise

📋 copy color: '#ACECE9'

red 172 ◦ green 236 ◦ blue 233

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

Shades of Pale Turquoise #ACECE9

Tints of Pale Turquoise #ACECE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.35%

R = 26.83%
G = 36.82%
B = 36.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ACECE9 (or 0xACECE9) is known color: Pale Turquoise. HEX triplet: AC, EC and E9. RGB value is (172,236,233). Sum of RGB (Red+Green+Blue) = 172+236+233=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECE9 is #531316. Grayscale: #D8D8D8. Windows color (decimal): -5444375 or 15330476. OLE color: 15330476.

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

Color convert

RGB 172 236 233 -
CMYK 0.27 0 0.01 0.07
HSL 177.19º 0.63% 0.8% -
HSV(B) 177.19º 0.27% 0.93% -
XYZ 61.72 74.64 88.25 -
YUV 216.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 172 236 233 0.27 0 0.01 0.07 177.19 0.63 0.8
Hex AC EC E9 1B 0 1 7 B1 3F 50
Octal 254 354 351 33 0 1 7 261 77 120
Binary 10101100 11101100 11101001 11011 0 1 111 10110001 111111 1010000

Color Harmonies of #ACECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECE9

Black with #ACECE9

Text Example


Text Example

White with #ACECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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