Html Css Color HEX #ACFFF1 Pale Turquoise

📋 copy color: '#ACFFF1'

red 172 ◦ green 255 ◦ blue 241

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

Shades of Pale Turquoise #ACFFF1

Tints of Pale Turquoise #ACFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 25.75%
G = 38.17%
B = 36.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#ACFFF1 (or 0xACFFF1) is known color: Pale Turquoise. HEX triplet: AC, FF and F1. RGB value is (172,255,241). Sum of RGB (Red+Green+Blue) = 172+255+241=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF1 is #53000E. Grayscale: #E4E4E4. Windows color (decimal): -5439503 or 15859628. OLE color: 15859628.

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

Color convert

RGB 172 255 241 -
CMYK 0.33 0 0.05 0
HSL 169.88º 1% 0.84% -
HSV(B) 169.88º 0.33% 1% -
XYZ 68.65 86.64 96.32 -
YUV 228.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 172 255 241 0.33 0 0.05 0 169.88 1 0.84
Hex AC FF F1 21 0 5 0 AA 64 54
Octal 254 377 361 41 0 5 0 252 144 124
Binary 10101100 11111111 11110001 100001 0 101 0 10101010 1100100 1010100

Color Harmonies of #ACFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFF1

Black with #ACFFF1

Text Example


Text Example

White with #ACFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFF1; }

 p { color: rgb(172,255,241); }

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

background-color css

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

 a { background-color: rgb(172,255,241); }

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

border-color css

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

 span { border-color: rgb(172,255,241); }

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