Html Css Color HEX #ACFEF5 Pale Turquoise

📋 copy color: '#ACFEF5'

red 172 ◦ green 254 ◦ blue 245

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

Shades of Pale Turquoise #ACFEF5

Tints of Pale Turquoise #ACFEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.85%

 BLUE value IS 245 (96.09% from 255) = 36.51%

R = 25.63%
G = 37.85%
B = 36.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#ACFEF5 (or 0xACFEF5) is known color: Pale Turquoise. HEX triplet: AC, FE and F5. RGB value is (172,254,245). Sum of RGB (Red+Green+Blue) = 172+254+245=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEF5 is #53010A. Grayscale: #E4E4E4. Windows color (decimal): -5439755 or 16121516. OLE color: 16121516.

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

Color convert

RGB 172 254 245 -
CMYK 0.32 0 0.04 0.00
HSL 173.41º 0.98% 0.84% -
HSV(B) 173.41º 0.32% 1% -
XYZ 68.94 86.25 99.4 -
YUV 228.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 172 254 245 0.32 0 0.04 0.00 173.41 0.98 0.84
Hex AC FE F5 20 0 4 0 AD 62 54
Octal 254 376 365 40 0 4 0 255 142 124
Binary 10101100 11111110 11110101 100000 0 100 0 10101101 1100010 1010100

Color Harmonies of #ACFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEF5

Black with #ACFEF5

Text Example


Text Example

White with #ACFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEF5; }

 p { color: rgb(172,254,245); }

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

background-color css

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

 a { background-color: rgb(172,254,245); }

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

border-color css

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

 span { border-color: rgb(172,254,245); }

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