Html Css Color HEX #ACF2E9 Pale Turquoise

📋 copy color: '#ACF2E9'

red 172 ◦ green 242 ◦ blue 233

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

Shades of Pale Turquoise #ACF2E9

Tints of Pale Turquoise #ACF2E9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.4%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 26.58%
G = 37.4%
B = 36.01%

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

#ACF2E9 (or 0xACF2E9) is known color: Pale Turquoise. HEX triplet: AC, F2 and E9. RGB value is (172,242,233). Sum of RGB (Red+Green+Blue) = 172+242+233=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2E9 is #530D16. Grayscale: #DCDCDC. Windows color (decimal): -5442839 or 15332012. OLE color: 15332012.

HSL color Cylindrical-coordinate representation of color #ACF2E9: hue angle of 172.29º degrees, saturation: 0.73, 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 #ACF2E9 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 233 -
CMYK 0.29 0 0.04 0.05
HSL 172.29º 0.73% 0.81% -
HSV(B) 172.29º 0.29% 0.95% -
XYZ 63.47 78.16 88.83 -
YUV 220.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 172 242 233 0.29 0 0.04 0.05 172.29 0.73 0.81
Hex AC F2 E9 1D 0 4 5 AC 49 51
Octal 254 362 351 35 0 4 5 254 111 121
Binary 10101100 11110010 11101001 11101 0 100 101 10101100 1001001 1010001

Color Harmonies of #ACF2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2E9

Black with #ACF2E9

Text Example


Text Example

White with #ACF2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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