Html Css Color HEX #ACF6EC Pale Turquoise

📋 copy color: '#ACF6EC'

red 172 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #ACF6EC

Tints of Pale Turquoise #ACF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.61%

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

R = 26.3%
G = 37.61%
B = 36.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#ACF6EC (or 0xACF6EC) is known color: Pale Turquoise. HEX triplet: AC, F6 and EC. RGB value is (172,246,236). Sum of RGB (Red+Green+Blue) = 172+246+236=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6EC is #530913. Grayscale: #DEDEDE. Windows color (decimal): -5441812 or 15529644. OLE color: 15529644.

HSL color Cylindrical-coordinate representation of color #ACF6EC: hue angle of 171.89º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6EC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 236 -
CMYK 0.30 0 0.04 0.04
HSL 171.89º 0.8% 0.82% -
HSV(B) 171.89º 0.3% 0.96% -
XYZ 65.11 80.74 91.51 -
YUV 222.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 172 246 236 0.30 0 0.04 0.04 171.89 0.8 0.82
Hex AC F6 EC 1E 0 4 4 AC 50 52
Octal 254 366 354 36 0 4 4 254 120 122
Binary 10101100 11110110 11101100 11110 0 100 100 10101100 1010000 1010010

Color Harmonies of #ACF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6EC

Black with #ACF6EC

Text Example


Text Example

White with #ACF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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