Html Css Color HEX #ACFFF0 Pale Turquoise

📋 copy color: '#ACFFF0'

red 172 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #ACFFF0

Tints of Pale Turquoise #ACFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.98%

R = 25.79%
G = 38.23%
B = 35.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#ACFFF0 (or 0xACFFF0) is known color: Pale Turquoise. HEX triplet: AC, FF and F0. RGB value is (172,255,240). Sum of RGB (Red+Green+Blue) = 172+255+240=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF0 is #53000F. Grayscale: #E4E4E4. Windows color (decimal): -5439504 or 15794092. OLE color: 15794092.

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

Color convert

RGB 172 255 240 -
CMYK 0.33 0 0.06 0
HSL 169.16º 1% 0.84% -
HSV(B) 169.16º 0.33% 1% -
XYZ 68.5 86.58 95.54 -
YUV 228.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 172 255 240 0.33 0 0.06 0 169.16 1 0.84
Hex AC FF F0 21 0 6 0 A9 64 54
Octal 254 377 360 41 0 6 0 251 144 124
Binary 10101100 11111111 11110000 100001 0 110 0 10101001 1100100 1010100

Color Harmonies of #ACFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFF0

Black with #ACFFF0

Text Example


Text Example

White with #ACFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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