Html Css Color HEX #ACE7E6 Pale Turquoise

📋 copy color: '#ACE7E6'

red 172 ◦ green 231 ◦ blue 230

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

Shades of Pale Turquoise #ACE7E6

Tints of Pale Turquoise #ACE7E6

RGB

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

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

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

R = 27.17%
G = 36.49%
B = 36.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#ACE7E6 (or 0xACE7E6) is known color: Pale Turquoise. HEX triplet: AC, E7 and E6. RGB value is (172,231,230). Sum of RGB (Red+Green+Blue) = 172+231+230=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7E6 is #531819. Grayscale: #D5D5D5. Windows color (decimal): -5445658 or 15132588. OLE color: 15132588.

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

Color convert

RGB 172 231 230 -
CMYK 0.26 0 0.00 0.09
HSL 178.98º 0.55% 0.79% -
HSV(B) 178.98º 0.26% 0.91% -
XYZ 59.87 71.64 85.53 -
YUV 213.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 172 231 230 0.26 0 0.00 0.09 178.98 0.55 0.79
Hex AC E7 E6 1A 0 0 9 B3 37 4F
Octal 254 347 346 32 0 0 11 263 67 117
Binary 10101100 11100111 11100110 11010 0 0 1001 10110011 110111 1001111

Color Harmonies of #ACE7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7E6

Black with #ACE7E6

Text Example


Text Example

White with #ACE7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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