Html Css Color HEX #ACF7F4 Pale Turquoise

📋 copy color: '#ACF7F4'

red 172 ◦ green 247 ◦ blue 244

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

Shades of Pale Turquoise #ACF7F4

Tints of Pale Turquoise #ACF7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.8%

R = 25.94%
G = 37.25%
B = 36.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#ACF7F4 (or 0xACF7F4) is known color: Pale Turquoise. HEX triplet: AC, F7 and F4. RGB value is (172,247,244). Sum of RGB (Red+Green+Blue) = 172+247+244=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7F4 is #53080B. Grayscale: #E0E0E0. Windows color (decimal): -5441548 or 16054188. OLE color: 16054188.

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

Color convert

RGB 172 247 244 -
CMYK 0.30 0 0.01 0.03
HSL 177.6º 0.82% 0.82% -
HSV(B) 177.6º 0.3% 0.97% -
XYZ 66.6 81.82 97.87 -
YUV 224.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 172 247 244 0.30 0 0.01 0.03 177.6 0.82 0.82
Hex AC F7 F4 1E 0 1 3 B2 52 52
Octal 254 367 364 36 0 1 3 262 122 122
Binary 10101100 11110111 11110100 11110 0 1 11 10110010 1010010 1010010

Color Harmonies of #ACF7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7F4

Black with #ACF7F4

Text Example


Text Example

White with #ACF7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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