Html Css Color HEX #ACFCF1 Pale Turquoise

📋 copy color: '#ACFCF1'

red 172 ◦ green 252 ◦ blue 241

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

Shades of Pale Turquoise #ACFCF1

Tints of Pale Turquoise #ACFCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

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

R = 25.86%
G = 37.89%
B = 36.24%

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

#ACFCF1 (or 0xACFCF1) is known color: Pale Turquoise. HEX triplet: AC, FC and F1. RGB value is (172,252,241). Sum of RGB (Red+Green+Blue) = 172+252+241=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCF1 is #53030E. Grayscale: #E2E2E2. Windows color (decimal): -5440271 or 15858860. OLE color: 15858860.

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

Color convert

RGB 172 252 241 -
CMYK 0.32 0 0.04 0.01
HSL 171.75º 0.93% 0.83% -
HSV(B) 171.75º 0.32% 0.99% -
XYZ 67.7 84.74 96.01 -
YUV 226.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 172 252 241 0.32 0 0.04 0.01 171.75 0.93 0.83
Hex AC FC F1 20 0 4 1 AC 5D 53
Octal 254 374 361 40 0 4 1 254 135 123
Binary 10101100 11111100 11110001 100000 0 100 1 10101100 1011101 1010011

Color Harmonies of #ACFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCF1

Black with #ACFCF1

Text Example


Text Example

White with #ACFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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