Html Css Color HEX #ACEDEB Pale Turquoise

📋 copy color: '#ACEDEB'

red 172 ◦ green 237 ◦ blue 235

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

Shades of Pale Turquoise #ACEDEB

Tints of Pale Turquoise #ACEDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

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

R = 26.71%
G = 36.8%
B = 36.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ACEDEB (or 0xACEDEB) is known color: Pale Turquoise. HEX triplet: AC, ED and EB. RGB value is (172,237,235). Sum of RGB (Red+Green+Blue) = 172+237+235=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDEB is #531214. Grayscale: #D9D9D9. Windows color (decimal): -5444117 or 15461804. OLE color: 15461804.

HSL color Cylindrical-coordinate representation of color #ACEDEB: hue angle of 178.15º 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 #ACEDEB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 235 -
CMYK 0.27 0 0.01 0.07
HSL 178.15º 0.64% 0.8% -
HSV(B) 178.15º 0.27% 0.93% -
XYZ 62.29 75.34 89.86 -
YUV 217.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 172 237 235 0.27 0 0.01 0.07 178.15 0.64 0.8
Hex AC ED EB 1B 0 1 7 B2 40 50
Octal 254 355 353 33 0 1 7 262 100 120
Binary 10101100 11101101 11101011 11011 0 1 111 10110010 1000000 1010000

Color Harmonies of #ACEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDEB

Black with #ACEDEB

Text Example


Text Example

White with #ACEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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