Html Css Color HEX #ACE9ED Pale Turquoise

📋 copy color: '#ACE9ED'

red 172 ◦ green 233 ◦ blue 237

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

Shades of Pale Turquoise #ACE9ED

Tints of Pale Turquoise #ACE9ED

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

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

R = 26.79%
G = 36.29%
B = 36.92%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE9ED (or 0xACE9ED) is known color: Pale Turquoise. HEX triplet: AC, E9 and ED. RGB value is (172,233,237). Sum of RGB (Red+Green+Blue) = 172+233+237=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9ED is #531612. Grayscale: #D7D7D7. Windows color (decimal): -5445139 or 15591852. OLE color: 15591852.

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

Color convert

RGB 172 233 237 -
CMYK 0.27 0.02 0 0.07
HSL 183.69º 0.64% 0.8% -
HSV(B) 183.69º 0.27% 0.93% -
XYZ 61.44 73.16 91 -
YUV 215.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 172 233 237 0.27 0.02 0 0.07 183.69 0.64 0.8
Hex AC E9 ED 1B 2 0 7 B8 40 50
Octal 254 351 355 33 2 0 7 270 100 120
Binary 10101100 11101001 11101101 11011 10 0 111 10111000 1000000 1010000

Color Harmonies of #ACE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9ED

Black with #ACE9ED

Text Example


Text Example

White with #ACE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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