Html Css Color HEX #ACEEE8 Pale Turquoise

📋 copy color: '#ACEEE8'

red 172 ◦ green 238 ◦ blue 232

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

Shades of Pale Turquoise #ACEEE8

Tints of Pale Turquoise #ACEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.07%

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 26.79%
G = 37.07%
B = 36.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ACEEE8 (or 0xACEEE8) is known color: Pale Turquoise. HEX triplet: AC, EE and E8. RGB value is (172,238,232). Sum of RGB (Red+Green+Blue) = 172+238+232=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEE8 is #531117. Grayscale: #D9D9D9. Windows color (decimal): -5443864 or 15265452. OLE color: 15265452.

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

Color convert

RGB 172 238 232 -
CMYK 0.28 0 0.03 0.07
HSL 174.55º 0.66% 0.8% -
HSV(B) 174.55º 0.28% 0.93% -
XYZ 62.15 75.75 87.69 -
YUV 217.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 172 238 232 0.28 0 0.03 0.07 174.55 0.66 0.8
Hex AC EE E8 1C 0 3 7 AF 42 50
Octal 254 356 350 34 0 3 7 257 102 120
Binary 10101100 11101110 11101000 11100 0 11 111 10101111 1000010 1010000

Color Harmonies of #ACEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEE8

Black with #ACEEE8

Text Example


Text Example

White with #ACEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEE8; }

 p { color: rgb(172,238,232); }

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

background-color css

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

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

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

border-color css

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

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

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