Html Css Color HEX #ACFFFB Pale Turquoise

📋 copy color: '#ACFFFB'

red 172 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #ACFFFB

Tints of Pale Turquoise #ACFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 37.61%

 BLUE value IS 251 (98.44% from 255) = 37.02%

R = 25.37%
G = 37.61%
B = 37.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#ACFFFB (or 0xACFFFB) is known color: Pale Turquoise. HEX triplet: AC, FF and FB. RGB value is (172,255,251). Sum of RGB (Red+Green+Blue) = 172+255+251=678 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.37% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFB is #530004. Grayscale: #E5E5E5. Windows color (decimal): -5439493 or 16514988. OLE color: 16514988.

HSL color Cylindrical-coordinate representation of color #ACFFFB: hue angle of 177.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFFB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 251 -
CMYK 0.33 0 0.02 0
HSL 177.11º 1% 0.84% -
HSV(B) 177.11º 0.33% 1% -
XYZ 70.19 87.26 104.41 -
YUV 229.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 172 255 251 0.33 0 0.02 0 177.11 1 0.84
Hex AC FF FB 21 0 2 0 B1 64 54
Octal 254 377 373 41 0 2 0 261 144 124
Binary 10101100 11111111 11111011 100001 0 10 0 10110001 1100100 1010100

Color Harmonies of #ACFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFFB

Black with #ACFFFB

Text Example


Text Example

White with #ACFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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