Html Css Color HEX #ACF6ED Pale Turquoise

📋 copy color: '#ACF6ED'

red 172 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #ACF6ED

Tints of Pale Turquoise #ACF6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 26.26%
G = 37.56%
B = 36.18%

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

#ACF6ED (or 0xACF6ED) is known color: Pale Turquoise. HEX triplet: AC, F6 and ED. RGB value is (172,246,237). Sum of RGB (Red+Green+Blue) = 172+246+237=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6ED is #530912. Grayscale: #DEDEDE. Windows color (decimal): -5441811 or 15595180. OLE color: 15595180.

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

Color convert

RGB 172 246 237 -
CMYK 0.30 0 0.04 0.04
HSL 172.7º 0.8% 0.82% -
HSV(B) 172.7º 0.3% 0.96% -
XYZ 65.26 80.8 92.28 -
YUV 222.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 172 246 237 0.30 0 0.04 0.04 172.7 0.8 0.82
Hex AC F6 ED 1E 0 4 4 AD 50 52
Octal 254 366 355 36 0 4 4 255 120 122
Binary 10101100 11110110 11101101 11110 0 100 100 10101101 1010000 1010010

Color Harmonies of #ACF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6ED

Black with #ACF6ED

Text Example


Text Example

White with #ACF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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