Html Css Color HEX #ACF7EB Pale Turquoise

📋 copy color: '#ACF7EB'

red 172 ◦ green 247 ◦ blue 235

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

Shades of Pale Turquoise #ACF7EB

Tints of Pale Turquoise #ACF7EB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.77%

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 26.3%
G = 37.77%
B = 35.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#ACF7EB (or 0xACF7EB) is known color: Pale Turquoise. HEX triplet: AC, F7 and EB. RGB value is (172,247,235). Sum of RGB (Red+Green+Blue) = 172+247+235=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7EB is #530814. Grayscale: #DFDFDF. Windows color (decimal): -5441557 or 15464364. OLE color: 15464364.

HSL color Cylindrical-coordinate representation of color #ACF7EB: hue angle of 170.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7EB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 235 -
CMYK 0.30 0 0.05 0.03
HSL 170.4º 0.82% 0.82% -
HSV(B) 170.4º 0.3% 0.97% -
XYZ 65.27 81.29 90.85 -
YUV 223.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 172 247 235 0.30 0 0.05 0.03 170.4 0.82 0.82
Hex AC F7 EB 1E 0 5 3 AA 52 52
Octal 254 367 353 36 0 5 3 252 122 122
Binary 10101100 11110111 11101011 11110 0 101 11 10101010 1010010 1010010

Color Harmonies of #ACF7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7EB

Black with #ACF7EB

Text Example


Text Example

White with #ACF7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7EB; }

 p { color: rgb(172,247,235); }

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

background-color css

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

 a { background-color: rgb(172,247,235); }

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

border-color css

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

 span { border-color: rgb(172,247,235); }

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