Html Css Color HEX #ACFDF7 Pale Turquoise

📋 copy color: '#ACFDF7'

red 172 ◦ green 253 ◦ blue 247

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

Shades of Pale Turquoise #ACFDF7

Tints of Pale Turquoise #ACFDF7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 25.6%
G = 37.65%
B = 36.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#ACFDF7 (or 0xACFDF7) is known color: Pale Turquoise. HEX triplet: AC, FD and F7. RGB value is (172,253,247). Sum of RGB (Red+Green+Blue) = 172+253+247=672 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.60% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF7 is #530208. Grayscale: #E4E4E4. Windows color (decimal): -5440009 or 16252332. OLE color: 16252332.

HSL color Cylindrical-coordinate representation of color #ACFDF7: hue angle of 175.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDF7 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 247 -
CMYK 0.32 0 0.02 0.01
HSL 175.56º 0.95% 0.83% -
HSV(B) 175.56º 0.32% 0.99% -
XYZ 68.93 85.74 100.91 -
YUV 228.1 138.66 87.99 -
System Red Green Blue C M Y K H S L
Decimal 172 253 247 0.32 0 0.02 0.01 175.56 0.95 0.83
Hex AC FD F7 20 0 2 1 B0 5F 53
Octal 254 375 367 40 0 2 1 260 137 123
Binary 10101100 11111101 11110111 100000 0 10 1 10110000 1011111 1010011

Color Harmonies of #ACFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDF7

Black with #ACFDF7

Text Example


Text Example

White with #ACFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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