Html Css Color HEX #ACE8E6 Pale Turquoise

📋 copy color: '#ACE8E6'

red 172 ◦ green 232 ◦ blue 230

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

Shades of Pale Turquoise #ACE8E6

Tints of Pale Turquoise #ACE8E6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.59%

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

R = 27.13%
G = 36.59%
B = 36.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#ACE8E6 (or 0xACE8E6) is known color: Pale Turquoise. HEX triplet: AC, E8 and E6. RGB value is (172,232,230). Sum of RGB (Red+Green+Blue) = 172+232+230=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8E6 is #531719. Grayscale: #D5D5D5. Windows color (decimal): -5445402 or 15132844. OLE color: 15132844.

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

Color convert

RGB 172 232 230 -
CMYK 0.26 0 0.01 0.09
HSL 178º 0.57% 0.79% -
HSV(B) 178º 0.26% 0.91% -
XYZ 60.15 72.2 85.63 -
YUV 213.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 172 232 230 0.26 0 0.01 0.09 178 0.57 0.79
Hex AC E8 E6 1A 0 1 9 B2 39 4F
Octal 254 350 346 32 0 1 11 262 71 117
Binary 10101100 11101000 11100110 11010 0 1 1001 10110010 111001 1001111

Color Harmonies of #ACE8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8E6

Black with #ACE8E6

Text Example


Text Example

White with #ACE8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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