Html Css Color HEX #ACF6EB Pale Turquoise

📋 copy color: '#ACF6EB'

red 172 ◦ green 246 ◦ blue 235

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

Shades of Pale Turquoise #ACF6EB

Tints of Pale Turquoise #ACF6EB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

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

R = 26.34%
G = 37.67%
B = 35.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#ACF6EB (or 0xACF6EB) is known color: Pale Turquoise. HEX triplet: AC, F6 and EB. RGB value is (172,246,235). Sum of RGB (Red+Green+Blue) = 172+246+235=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6EB is #530914. Grayscale: #DEDEDE. Windows color (decimal): -5441813 or 15464108. OLE color: 15464108.

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

Color convert

RGB 172 246 235 -
CMYK 0.30 0 0.04 0.04
HSL 171.08º 0.8% 0.82% -
HSV(B) 171.08º 0.3% 0.96% -
XYZ 64.96 80.68 90.75 -
YUV 222.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 172 246 235 0.30 0 0.04 0.04 171.08 0.8 0.82
Hex AC F6 EB 1E 0 4 4 AB 50 52
Octal 254 366 353 36 0 4 4 253 120 122
Binary 10101100 11110110 11101011 11110 0 100 100 10101011 1010000 1010010

Color Harmonies of #ACF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6EB

Black with #ACF6EB

Text Example


Text Example

White with #ACF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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