Html Css Color HEX #ACFFF8 Pale Turquoise

📋 copy color: '#ACFFF8'

red 172 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #ACFFF8

Tints of Pale Turquoise #ACFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.74%

R = 25.48%
G = 37.78%
B = 36.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#ACFFF8 (or 0xACFFF8) is known color: Pale Turquoise. HEX triplet: AC, FF and F8. RGB value is (172,255,248). Sum of RGB (Red+Green+Blue) = 172+255+248=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF8 is #530007. Grayscale: #E5E5E5. Windows color (decimal): -5439496 or 16318380. OLE color: 16318380.

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

Color convert

RGB 172 255 248 -
CMYK 0.33 0 0.03 0
HSL 174.94º 1% 0.84% -
HSV(B) 174.94º 0.33% 1% -
XYZ 69.72 87.07 101.94 -
YUV 229.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 172 255 248 0.33 0 0.03 0 174.94 1 0.84
Hex AC FF F8 21 0 3 0 AF 64 54
Octal 254 377 370 41 0 3 0 257 144 124
Binary 10101100 11111111 11111000 100001 0 11 0 10101111 1100100 1010100

Color Harmonies of #ACFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFF8

Black with #ACFFF8

Text Example


Text Example

White with #ACFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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