Html Css Color HEX #ACF3E8 Pale Turquoise

📋 copy color: '#ACF3E8'

red 172 ◦ green 243 ◦ blue 232

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

Shades of Pale Turquoise #ACF3E8

Tints of Pale Turquoise #ACF3E8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.56%

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

R = 26.58%
G = 37.56%
B = 35.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ACF3E8 (or 0xACF3E8) is known color: Pale Turquoise. HEX triplet: AC, F3 and E8. RGB value is (172,243,232). Sum of RGB (Red+Green+Blue) = 172+243+232=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3E8 is #530C17. Grayscale: #DCDCDC. Windows color (decimal): -5442584 or 15266732. OLE color: 15266732.

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

Color convert

RGB 172 243 232 -
CMYK 0.29 0 0.05 0.05
HSL 170.7º 0.75% 0.81% -
HSV(B) 170.7º 0.29% 0.95% -
XYZ 63.63 78.7 88.18 -
YUV 220.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 172 243 232 0.29 0 0.05 0.05 170.7 0.75 0.81
Hex AC F3 E8 1D 0 5 5 AB 4B 51
Octal 254 363 350 35 0 5 5 253 113 121
Binary 10101100 11110011 11101000 11101 0 101 101 10101011 1001011 1010001

Color Harmonies of #ACF3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3E8

Black with #ACF3E8

Text Example


Text Example

White with #ACF3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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