Html Css Color HEX #ACF1E8 Pale Turquoise

📋 copy color: '#ACF1E8'

red 172 ◦ green 241 ◦ blue 232

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

Shades of Pale Turquoise #ACF1E8

Tints of Pale Turquoise #ACF1E8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.36%

 BLUE value IS 232 (91.02% from 255) = 35.97%

R = 26.67%
G = 37.36%
B = 35.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#ACF1E8 (or 0xACF1E8) is known color: Pale Turquoise. HEX triplet: AC, F1 and E8. RGB value is (172,241,232). Sum of RGB (Red+Green+Blue) = 172+241+232=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1E8 is #530E17. Grayscale: #DBDBDB. Windows color (decimal): -5443096 or 15266220. OLE color: 15266220.

HSL color Cylindrical-coordinate representation of color #ACF1E8: hue angle of 172.17º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1E8 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 232 -
CMYK 0.29 0 0.04 0.05
HSL 172.17º 0.71% 0.81% -
HSV(B) 172.17º 0.29% 0.95% -
XYZ 63.03 77.51 87.98 -
YUV 219.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 172 241 232 0.29 0 0.04 0.05 172.17 0.71 0.81
Hex AC F1 E8 1D 0 4 5 AC 47 51
Octal 254 361 350 35 0 4 5 254 107 121
Binary 10101100 11110001 11101000 11101 0 100 101 10101100 1000111 1010001

Color Harmonies of #ACF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1E8

Black with #ACF1E8

Text Example


Text Example

White with #ACF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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