Html Css Color HEX #ACFAF1 Pale Turquoise

📋 copy color: '#ACFAF1'

red 172 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #ACFAF1

Tints of Pale Turquoise #ACFAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

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

R = 25.94%
G = 37.71%
B = 36.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ACFAF1 (or 0xACFAF1) is known color: Pale Turquoise. HEX triplet: AC, FA and F1. RGB value is (172,250,241). Sum of RGB (Red+Green+Blue) = 172+250+241=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF1 is #53050E. Grayscale: #E1E1E1. Windows color (decimal): -5440783 or 15858348. OLE color: 15858348.

HSL color Cylindrical-coordinate representation of color #ACFAF1: hue angle of 173.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAF1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 241 -
CMYK 0.31 0 0.04 0.02
HSL 173.08º 0.89% 0.83% -
HSV(B) 173.08º 0.31% 0.98% -
XYZ 67.08 83.49 95.8 -
YUV 225.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 172 250 241 0.31 0 0.04 0.02 173.08 0.89 0.83
Hex AC FA F1 1F 0 4 2 AD 59 53
Octal 254 372 361 37 0 4 2 255 131 123
Binary 10101100 11111010 11110001 11111 0 100 10 10101101 1011001 1010011

Color Harmonies of #ACFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAF1

Black with #ACFAF1

Text Example


Text Example

White with #ACFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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