Html Css Color HEX #ACEAEB Pale Turquoise

📋 copy color: '#ACEAEB'

red 172 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #ACEAEB

Tints of Pale Turquoise #ACEAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 26.83%
G = 36.51%
B = 36.66%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACEAEB (or 0xACEAEB) is known color: Pale Turquoise. HEX triplet: AC, EA and EB. RGB value is (172,234,235). Sum of RGB (Red+Green+Blue) = 172+234+235=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACEAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAEB is #531514. Grayscale: #D7D7D7. Windows color (decimal): -5444885 or 15461036. OLE color: 15461036.

HSL color Cylindrical-coordinate representation of color #ACEAEB: hue angle of 180.95º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEAEB is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 235 -
CMYK 0.27 0.00 0 0.08
HSL 180.95º 0.61% 0.8% -
HSV(B) 180.95º 0.27% 0.92% -
XYZ 61.43 73.61 89.57 -
YUV 215.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 172 234 235 0.27 0.00 0 0.08 180.95 0.61 0.8
Hex AC EA EB 1B 0 0 8 B5 3D 50
Octal 254 352 353 33 0 0 10 265 75 120
Binary 10101100 11101010 11101011 11011 0 0 1000 10110101 111101 1010000

Color Harmonies of #ACEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAEB

Black with #ACEAEB

Text Example


Text Example

White with #ACEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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