Html Css Color HEX #ACF7EC Pale Turquoise

📋 copy color: '#ACF7EC'

red 172 ◦ green 247 ◦ blue 236

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

Shades of Pale Turquoise #ACF7EC

Tints of Pale Turquoise #ACF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.71%

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

R = 26.26%
G = 37.71%
B = 36.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#ACF7EC (or 0xACF7EC) is known color: Pale Turquoise. HEX triplet: AC, F7 and EC. RGB value is (172,247,236). Sum of RGB (Red+Green+Blue) = 172+247+236=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7EC is #530813. Grayscale: #DFDFDF. Windows color (decimal): -5441556 or 15529900. OLE color: 15529900.

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

Color convert

RGB 172 247 236 -
CMYK 0.30 0 0.04 0.03
HSL 171.2º 0.82% 0.82% -
HSV(B) 171.2º 0.3% 0.97% -
XYZ 65.41 81.35 91.61 -
YUV 223.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 172 247 236 0.30 0 0.04 0.03 171.2 0.82 0.82
Hex AC F7 EC 1E 0 4 3 AB 52 52
Octal 254 367 354 36 0 4 3 253 122 122
Binary 10101100 11110111 11101100 11110 0 100 11 10101011 1010010 1010010

Color Harmonies of #ACF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7EC

Black with #ACF7EC

Text Example


Text Example

White with #ACF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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