Html Css Color HEX #ACFDF1 Pale Turquoise

📋 copy color: '#ACFDF1'

red 172 ◦ green 253 ◦ blue 241

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

Shades of Pale Turquoise #ACFDF1

Tints of Pale Turquoise #ACFDF1

RGB

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

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

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

R = 25.83%
G = 37.99%
B = 36.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#ACFDF1 (or 0xACFDF1) is known color: Pale Turquoise. HEX triplet: AC, FD and F1. RGB value is (172,253,241). Sum of RGB (Red+Green+Blue) = 172+253+241=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF1 is #53020E. Grayscale: #E3E3E3. Windows color (decimal): -5440015 or 15859116. OLE color: 15859116.

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

Color convert

RGB 172 253 241 -
CMYK 0.32 0 0.05 0.01
HSL 171.11º 0.95% 0.83% -
HSV(B) 171.11º 0.32% 0.99% -
XYZ 68.02 85.37 96.11 -
YUV 227.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 172 253 241 0.32 0 0.05 0.01 171.11 0.95 0.83
Hex AC FD F1 20 0 5 1 AB 5F 53
Octal 254 375 361 40 0 5 1 253 137 123
Binary 10101100 11111101 11110001 100000 0 101 1 10101011 1011111 1010011

Color Harmonies of #ACFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDF1

Black with #ACFDF1

Text Example


Text Example

White with #ACFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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