Html Css Color HEX #ACFDF4 Pale Turquoise

📋 copy color: '#ACFDF4'

red 172 ◦ green 253 ◦ blue 244

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

Shades of Pale Turquoise #ACFDF4

Tints of Pale Turquoise #ACFDF4

RGB

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

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

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

R = 25.71%
G = 37.82%
B = 36.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#ACFDF4 (or 0xACFDF4) is known color: Pale Turquoise. HEX triplet: AC, FD and F4. RGB value is (172,253,244). Sum of RGB (Red+Green+Blue) = 172+253+244=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF4 is #53020B. Grayscale: #E3E3E3. Windows color (decimal): -5440012 or 16055724. OLE color: 16055724.

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

Color convert

RGB 172 253 244 -
CMYK 0.32 0 0.04 0.01
HSL 173.33º 0.95% 0.83% -
HSV(B) 173.33º 0.32% 0.99% -
XYZ 68.47 85.55 98.49 -
YUV 227.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 172 253 244 0.32 0 0.04 0.01 173.33 0.95 0.83
Hex AC FD F4 20 0 4 1 AD 5F 53
Octal 254 375 364 40 0 4 1 255 137 123
Binary 10101100 11111101 11110100 100000 0 100 1 10101101 1011111 1010011

Color Harmonies of #ACFDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDF4

Black with #ACFDF4

Text Example


Text Example

White with #ACFDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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