Html Css Color HEX #ACFFF9 Pale Turquoise

📋 copy color: '#ACFFF9'

red 172 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #ACFFF9

Tints of Pale Turquoise #ACFFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.83%

R = 25.44%
G = 37.72%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#ACFFF9 (or 0xACFFF9) is known color: Pale Turquoise. HEX triplet: AC, FF and F9. RGB value is (172,255,249). Sum of RGB (Red+Green+Blue) = 172+255+249=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF9 is #530006. Grayscale: #E5E5E5. Windows color (decimal): -5439495 or 16383916. OLE color: 16383916.

HSL color Cylindrical-coordinate representation of color #ACFFF9: hue angle of 175.66º 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 #ACFFF9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 249 -
CMYK 0.33 0 0.02 0
HSL 175.66º 1% 0.84% -
HSV(B) 175.66º 0.33% 1% -
XYZ 69.87 87.13 102.76 -
YUV 229.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 172 255 249 0.33 0 0.02 0 175.66 1 0.84
Hex AC FF F9 21 0 2 0 B0 64 54
Octal 254 377 371 41 0 2 0 260 144 124
Binary 10101100 11111111 11111001 100001 0 10 0 10110000 1100100 1010100

Color Harmonies of #ACFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFF9

Black with #ACFFF9

Text Example


Text Example

White with #ACFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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