Html Css Color HEX #ACFDF2 Pale Turquoise

📋 copy color: '#ACFDF2'

red 172 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #ACFDF2

Tints of Pale Turquoise #ACFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.28%

R = 25.79%
G = 37.93%
B = 36.28%

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

#ACFDF2 (or 0xACFDF2) is known color: Pale Turquoise. HEX triplet: AC, FD and F2. RGB value is (172,253,242). Sum of RGB (Red+Green+Blue) = 172+253+242=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF2 is #53020D. Grayscale: #E3E3E3. Windows color (decimal): -5440014 or 15924652. OLE color: 15924652.

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

Color convert

RGB 172 253 242 -
CMYK 0.32 0 0.04 0.01
HSL 171.85º 0.95% 0.83% -
HSV(B) 171.85º 0.32% 0.99% -
XYZ 68.17 85.43 96.9 -
YUV 227.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 172 253 242 0.32 0 0.04 0.01 171.85 0.95 0.83
Hex AC FD F2 20 0 4 1 AC 5F 53
Octal 254 375 362 40 0 4 1 254 137 123
Binary 10101100 11111101 11110010 100000 0 100 1 10101100 1011111 1010011

Color Harmonies of #ACFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDF2

Black with #ACFDF2

Text Example


Text Example

White with #ACFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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