Html Css Color HEX #ACFAF2 Pale Turquoise

📋 copy color: '#ACFAF2'

red 172 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #ACFAF2

Tints of Pale Turquoise #ACFAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 25.9%
G = 37.65%
B = 36.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#ACFAF2 (or 0xACFAF2) is known color: Pale Turquoise. HEX triplet: AC, FA and F2. RGB value is (172,250,242). Sum of RGB (Red+Green+Blue) = 172+250+242=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF2 is #53050D. Grayscale: #E1E1E1. Windows color (decimal): -5440782 or 15923884. OLE color: 15923884.

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

Color convert

RGB 172 250 242 -
CMYK 0.31 0 0.03 0.02
HSL 173.85º 0.89% 0.83% -
HSV(B) 173.85º 0.31% 0.98% -
XYZ 67.23 83.55 96.59 -
YUV 225.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 172 250 242 0.31 0 0.03 0.02 173.85 0.89 0.83
Hex AC FA F2 1F 0 3 2 AE 59 53
Octal 254 372 362 37 0 3 2 256 131 123
Binary 10101100 11111010 11110010 11111 0 11 10 10101110 1011001 1010011

Color Harmonies of #ACFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAF2

Black with #ACFAF2

Text Example


Text Example

White with #ACFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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