Html Css Color HEX #ACE7EA Pale Turquoise

📋 copy color: '#ACE7EA'

red 172 ◦ green 231 ◦ blue 234

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

Shades of Pale Turquoise #ACE7EA

Tints of Pale Turquoise #ACE7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 27%
G = 36.26%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACE7EA (or 0xACE7EA) is known color: Pale Turquoise. HEX triplet: AC, E7 and EA. RGB value is (172,231,234). Sum of RGB (Red+Green+Blue) = 172+231+234=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7EA is #531815. Grayscale: #D5D5D5. Windows color (decimal): -5445654 or 15394732. OLE color: 15394732.

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

Color convert

RGB 172 231 234 -
CMYK 0.26 0.01 0 0.08
HSL 182.9º 0.6% 0.8% -
HSV(B) 182.9º 0.26% 0.92% -
XYZ 60.44 71.86 88.53 -
YUV 213.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 172 231 234 0.26 0.01 0 0.08 182.9 0.6 0.8
Hex AC E7 EA 1A 1 0 8 B7 3C 50
Octal 254 347 352 32 1 0 10 267 74 120
Binary 10101100 11100111 11101010 11010 1 0 1000 10110111 111100 1010000

Color Harmonies of #ACE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7EA

Black with #ACE7EA

Text Example


Text Example

White with #ACE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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