Html Css Color HEX #ACEAEA Pale Turquoise

📋 copy color: '#ACEAEA'

red 172 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #ACEAEA

Tints of Pale Turquoise #ACEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 26.88%
G = 36.56%
B = 36.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACEAEA (or 0xACEAEA) is known color: Pale Turquoise. HEX triplet: AC, EA and EA. RGB value is (172,234,234). Sum of RGB (Red+Green+Blue) = 172+234+234=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #ACEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAEA is #531515. Grayscale: #D7D7D7. Windows color (decimal): -5444886 or 15395500. OLE color: 15395500.

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

Color convert

RGB 172 234 234 -
CMYK 0.26 0 0 0.08
HSL 180º 0.6% 0.8% -
HSV(B) 180º 0.26% 0.92% -
XYZ 61.29 73.56 88.81 -
YUV 215.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 172 234 234 0.26 0 0 0.08 180 0.6 0.8
Hex AC EA EA 1A 0 0 8 B4 3C 50
Octal 254 352 352 32 0 0 10 264 74 120
Binary 10101100 11101010 11101010 11010 0 0 1000 10110100 111100 1010000

Color Harmonies of #ACEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAEA

Black with #ACEAEA

Text Example


Text Example

White with #ACEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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