Html Css Color HEX #ACFBF1 Pale Turquoise

📋 copy color: '#ACFBF1'

red 172 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #ACFBF1

Tints of Pale Turquoise #ACFBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.8%

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

R = 25.9%
G = 37.8%
B = 36.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ACFBF1 (or 0xACFBF1) is known color: Pale Turquoise. HEX triplet: AC, FB and F1. RGB value is (172,251,241). Sum of RGB (Red+Green+Blue) = 172+251+241=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF1 is #53040E. Grayscale: #E2E2E2. Windows color (decimal): -5440527 or 15858604. OLE color: 15858604.

HSL color Cylindrical-coordinate representation of color #ACFBF1: hue angle of 172.41º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBF1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 251 241 -
CMYK 0.31 0 0.04 0.02
HSL 172.41º 0.91% 0.83% -
HSV(B) 172.41º 0.31% 0.98% -
XYZ 67.39 84.12 95.9 -
YUV 226.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 172 251 241 0.31 0 0.04 0.02 172.41 0.91 0.83
Hex AC FB F1 1F 0 4 2 AC 5B 53
Octal 254 373 361 37 0 4 2 254 133 123
Binary 10101100 11111011 11110001 11111 0 100 10 10101100 1011011 1010011

Color Harmonies of #ACFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBF1

Black with #ACFBF1

Text Example


Text Example

White with #ACFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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