Html Css Color HEX #ACF2E7 Pale Turquoise

📋 copy color: '#ACF2E7'

red 172 ◦ green 242 ◦ blue 231

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

Shades of Pale Turquoise #ACF2E7

Tints of Pale Turquoise #ACF2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.81%

R = 26.67%
G = 37.52%
B = 35.81%

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

#ACF2E7 (or 0xACF2E7) is known color: Pale Turquoise. HEX triplet: AC, F2 and E7. RGB value is (172,242,231). Sum of RGB (Red+Green+Blue) = 172+242+231=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2E7 is #530D18. Grayscale: #DBDBDB. Windows color (decimal): -5442841 or 15200940. OLE color: 15200940.

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

Color convert

RGB 172 242 231 -
CMYK 0.29 0 0.05 0.05
HSL 170.57º 0.73% 0.81% -
HSV(B) 170.57º 0.29% 0.95% -
XYZ 63.19 78.04 87.33 -
YUV 219.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 172 242 231 0.29 0 0.05 0.05 170.57 0.73 0.81
Hex AC F2 E7 1D 0 5 5 AB 49 51
Octal 254 362 347 35 0 5 5 253 111 121
Binary 10101100 11110010 11100111 11101 0 101 101 10101011 1001001 1010001

Color Harmonies of #ACF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2E7

Black with #ACF2E7

Text Example


Text Example

White with #ACF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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