Html Css Color HEX #ACFFF6 Pale Turquoise

📋 copy color: '#ACFFF6'

red 172 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #ACFFF6

Tints of Pale Turquoise #ACFFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 25.56%
G = 37.89%
B = 36.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#ACFFF6 (or 0xACFFF6) is known color: Pale Turquoise. HEX triplet: AC, FF and F6. RGB value is (172,255,246). Sum of RGB (Red+Green+Blue) = 172+255+246=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF6 is #530009. Grayscale: #E5E5E5. Windows color (decimal): -5439498 or 16187308. OLE color: 16187308.

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

Color convert

RGB 172 255 246 -
CMYK 0.33 0 0.04 0
HSL 173.49º 1% 0.84% -
HSV(B) 173.49º 0.33% 1% -
XYZ 69.41 86.94 100.31 -
YUV 229.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 172 255 246 0.33 0 0.04 0 173.49 1 0.84
Hex AC FF F6 21 0 4 0 AD 64 54
Octal 254 377 366 41 0 4 0 255 144 124
Binary 10101100 11111111 11110110 100001 0 100 0 10101101 1100100 1010100

Color Harmonies of #ACFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFF6

Black with #ACFFF6

Text Example


Text Example

White with #ACFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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