Html Css Color HEX #ACFEF2 Pale Turquoise

📋 copy color: '#ACFEF2'

red 172 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #ACFEF2

Tints of Pale Turquoise #ACFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.02%

 BLUE value IS 242 (94.92% from 255) = 36.23%

R = 25.75%
G = 38.02%
B = 36.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#ACFEF2 (or 0xACFEF2) is known color: Pale Turquoise. HEX triplet: AC, FE and F2. RGB value is (172,254,242). Sum of RGB (Red+Green+Blue) = 172+254+242=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEF2 is #53010D. Grayscale: #E4E4E4. Windows color (decimal): -5439758 or 15924908. OLE color: 15924908.

HSL color Cylindrical-coordinate representation of color #ACFEF2: hue angle of 171.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEF2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 242 -
CMYK 0.32 0 0.05 0.00
HSL 171.22º 0.98% 0.84% -
HSV(B) 171.22º 0.32% 1% -
XYZ 68.48 86.07 97.01 -
YUV 228.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 172 254 242 0.32 0 0.05 0.00 171.22 0.98 0.84
Hex AC FE F2 20 0 5 0 AB 62 54
Octal 254 376 362 40 0 5 0 253 142 124
Binary 10101100 11111110 11110010 100000 0 101 0 10101011 1100010 1010100

Color Harmonies of #ACFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEF2

Black with #ACFEF2

Text Example


Text Example

White with #ACFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEF2; }

 p { color: rgb(172,254,242); }

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

background-color css

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

 a { background-color: rgb(172,254,242); }

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

border-color css

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

 span { border-color: rgb(172,254,242); }

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