Html Css Color HEX #ACFBF2 Pale Turquoise

📋 copy color: '#ACFBF2'

red 172 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #ACFBF2

Tints of Pale Turquoise #ACFBF2

RGB

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

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

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

R = 25.86%
G = 37.74%
B = 36.39%

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

#ACFBF2 (or 0xACFBF2) is known color: Pale Turquoise. HEX triplet: AC, FB and F2. RGB value is (172,251,242). Sum of RGB (Red+Green+Blue) = 172+251+242=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF2 is #53040D. Grayscale: #E2E2E2. Windows color (decimal): -5440526 or 15924140. OLE color: 15924140.

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

Color convert

RGB 172 251 242 -
CMYK 0.31 0 0.04 0.02
HSL 173.16º 0.91% 0.83% -
HSV(B) 173.16º 0.31% 0.98% -
XYZ 67.54 84.18 96.69 -
YUV 226.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 172 251 242 0.31 0 0.04 0.02 173.16 0.91 0.83
Hex AC FB F2 1F 0 4 2 AD 5B 53
Octal 254 373 362 37 0 4 2 255 133 123
Binary 10101100 11111011 11110010 11111 0 100 10 10101101 1011011 1010011

Color Harmonies of #ACFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBF2

Black with #ACFBF2

Text Example


Text Example

White with #ACFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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