Html Css Color HEX #ACEAED Pale Turquoise

📋 copy color: '#ACEAED'

red 172 ◦ green 234 ◦ blue 237

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

Shades of Pale Turquoise #ACEAED

Tints of Pale Turquoise #ACEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 26.75%
G = 36.39%
B = 36.86%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACEAED (or 0xACEAED) is known color: Pale Turquoise. HEX triplet: AC, EA and ED. RGB value is (172,234,237). Sum of RGB (Red+Green+Blue) = 172+234+237=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACEAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAED is #531512. Grayscale: #D7D7D7. Windows color (decimal): -5444883 or 15592108. OLE color: 15592108.

HSL color Cylindrical-coordinate representation of color #ACEAED: hue angle of 182.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEAED is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 234 237 -
CMYK 0.27 0.01 0 0.07
HSL 182.77º 0.64% 0.8% -
HSV(B) 182.77º 0.27% 0.93% -
XYZ 61.72 73.73 91.1 -
YUV 215.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 172 234 237 0.27 0.01 0 0.07 182.77 0.64 0.8
Hex AC EA ED 1B 1 0 7 B7 40 50
Octal 254 352 355 33 1 0 7 267 100 120
Binary 10101100 11101010 11101101 11011 1 0 111 10110111 1000000 1010000

Color Harmonies of #ACEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAED

Black with #ACEAED

Text Example


Text Example

White with #ACEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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