Html Css Color HEX #ACFCFB Pale Turquoise

📋 copy color: '#ACFCFB'

red 172 ◦ green 252 ◦ blue 251

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

Shades of Pale Turquoise #ACFCFB

Tints of Pale Turquoise #ACFCFB

RGB

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

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

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

R = 25.48%
G = 37.33%
B = 37.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#ACFCFB (or 0xACFCFB) is known color: Pale Turquoise. HEX triplet: AC, FC and FB. RGB value is (172,252,251). Sum of RGB (Red+Green+Blue) = 172+252+251=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCFB is #530304. Grayscale: #E3E3E3. Windows color (decimal): -5440261 or 16514220. OLE color: 16514220.

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

Color convert

RGB 172 252 251 -
CMYK 0.32 0 0.00 0.01
HSL 179.25º 0.93% 0.83% -
HSV(B) 179.25º 0.32% 0.99% -
XYZ 69.24 85.36 104.09 -
YUV 227.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 172 252 251 0.32 0 0.00 0.01 179.25 0.93 0.83
Hex AC FC FB 20 0 0 1 B3 5D 53
Octal 254 374 373 40 0 0 1 263 135 123
Binary 10101100 11111100 11111011 100000 0 0 1 10110011 1011101 1010011

Color Harmonies of #ACFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCFB

Black with #ACFCFB

Text Example


Text Example

White with #ACFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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