Html Css Color HEX #ACF7F2 Pale Turquoise

📋 copy color: '#ACF7F2'

red 172 ◦ green 247 ◦ blue 242

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

Shades of Pale Turquoise #ACF7F2

Tints of Pale Turquoise #ACF7F2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.37%

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

R = 26.02%
G = 37.37%
B = 36.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#ACF7F2 (or 0xACF7F2) is known color: Pale Turquoise. HEX triplet: AC, F7 and F2. RGB value is (172,247,242). Sum of RGB (Red+Green+Blue) = 172+247+242=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7F2 is #53080D. Grayscale: #DFDFDF. Windows color (decimal): -5441550 or 15923116. OLE color: 15923116.

HSL color Cylindrical-coordinate representation of color #ACF7F2: hue angle of 176º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7F2 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 242 -
CMYK 0.30 0 0.02 0.03
HSL 176º 0.82% 0.82% -
HSV(B) 176º 0.3% 0.97% -
XYZ 66.3 81.7 96.28 -
YUV 224.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 172 247 242 0.30 0 0.02 0.03 176 0.82 0.82
Hex AC F7 F2 1E 0 2 3 B0 52 52
Octal 254 367 362 36 0 2 3 260 122 122
Binary 10101100 11110111 11110010 11110 0 10 11 10110000 1010010 1010010

Color Harmonies of #ACF7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7F2

Black with #ACF7F2

Text Example


Text Example

White with #ACF7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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