Html Css Color HEX #ACE7E3 Pale Turquoise

📋 copy color: '#ACE7E3'

red 172 ◦ green 231 ◦ blue 227

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

Shades of Pale Turquoise #ACE7E3

Tints of Pale Turquoise #ACE7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.03%

R = 27.3%
G = 36.67%
B = 36.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#ACE7E3 (or 0xACE7E3) is known color: Pale Turquoise. HEX triplet: AC, E7 and E3. RGB value is (172,231,227). Sum of RGB (Red+Green+Blue) = 172+231+227=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7E3 is #53181C. Grayscale: #D4D4D4. Windows color (decimal): -5445661 or 14935980. OLE color: 14935980.

HSL color Cylindrical-coordinate representation of color #ACE7E3: hue angle of 175.93º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7E3 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 231 227 -
CMYK 0.26 0 0.02 0.09
HSL 175.93º 0.55% 0.79% -
HSV(B) 175.93º 0.26% 0.91% -
XYZ 59.45 71.47 83.33 -
YUV 212.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 172 231 227 0.26 0 0.02 0.09 175.93 0.55 0.79
Hex AC E7 E3 1A 0 2 9 B0 37 4F
Octal 254 347 343 32 0 2 11 260 67 117
Binary 10101100 11100111 11100011 11010 0 10 1001 10110000 110111 1001111

Color Harmonies of #ACE7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7E3

Black with #ACE7E3

Text Example


Text Example

White with #ACE7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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