Html Css Color HEX #ACF7F1 Pale Turquoise

📋 copy color: '#ACF7F1'

red 172 ◦ green 247 ◦ blue 241

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

Shades of Pale Turquoise #ACF7F1

Tints of Pale Turquoise #ACF7F1

RGB

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

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

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

R = 26.06%
G = 37.42%
B = 36.52%

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

#ACF7F1 (or 0xACF7F1) is known color: Pale Turquoise. HEX triplet: AC, F7 and F1. RGB value is (172,247,241). Sum of RGB (Red+Green+Blue) = 172+247+241=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7F1 is #53080E. Grayscale: #DFDFDF. Windows color (decimal): -5441551 or 15857580. OLE color: 15857580.

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

Color convert

RGB 172 247 241 -
CMYK 0.30 0 0.02 0.03
HSL 175.2º 0.82% 0.82% -
HSV(B) 175.2º 0.3% 0.97% -
XYZ 66.15 81.64 95.49 -
YUV 223.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 172 247 241 0.30 0 0.02 0.03 175.2 0.82 0.82
Hex AC F7 F1 1E 0 2 3 AF 52 52
Octal 254 367 361 36 0 2 3 257 122 122
Binary 10101100 11110111 11110001 11110 0 10 11 10101111 1010010 1010010

Color Harmonies of #ACF7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7F1

Black with #ACF7F1

Text Example


Text Example

White with #ACF7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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