Html Css Color HEX #ACEEEC Pale Turquoise

📋 copy color: '#ACEEEC'

red 172 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #ACEEEC

Tints of Pale Turquoise #ACEEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 26.63%
G = 36.84%
B = 36.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ACEEEC (or 0xACEEEC) is known color: Pale Turquoise. HEX triplet: AC, EE and EC. RGB value is (172,238,236). Sum of RGB (Red+Green+Blue) = 172+238+236=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEEC is #531113. Grayscale: #D9D9D9. Windows color (decimal): -5443860 or 15527596. OLE color: 15527596.

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

Color convert

RGB 172 238 236 -
CMYK 0.28 0 0.01 0.07
HSL 178.18º 0.66% 0.8% -
HSV(B) 178.18º 0.28% 0.93% -
XYZ 62.73 75.98 90.72 -
YUV 218.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 172 238 236 0.28 0 0.01 0.07 178.18 0.66 0.8
Hex AC EE EC 1C 0 1 7 B2 42 50
Octal 254 356 354 34 0 1 7 262 102 120
Binary 10101100 11101110 11101100 11100 0 1 111 10110010 1000010 1010000

Color Harmonies of #ACEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEEC

Black with #ACEEEC

Text Example


Text Example

White with #ACEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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