Html Css Color HEX #ACF3EC Pale Turquoise

📋 copy color: '#ACF3EC'

red 172 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #ACF3EC

Tints of Pale Turquoise #ACF3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 26.42%
G = 37.33%
B = 36.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#ACF3EC (or 0xACF3EC) is known color: Pale Turquoise. HEX triplet: AC, F3 and EC. RGB value is (172,243,236). Sum of RGB (Red+Green+Blue) = 172+243+236=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3EC is #530C13. Grayscale: #DCDCDC. Windows color (decimal): -5442580 or 15528876. OLE color: 15528876.

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

Color convert

RGB 172 243 236 -
CMYK 0.29 0 0.03 0.05
HSL 174.08º 0.75% 0.81% -
HSV(B) 174.08º 0.29% 0.95% -
XYZ 64.2 78.93 91.21 -
YUV 220.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 172 243 236 0.29 0 0.03 0.05 174.08 0.75 0.81
Hex AC F3 EC 1D 0 3 5 AE 4B 51
Octal 254 363 354 35 0 3 5 256 113 121
Binary 10101100 11110011 11101100 11101 0 11 101 10101110 1001011 1010001

Color Harmonies of #ACF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3EC

Black with #ACF3EC

Text Example


Text Example

White with #ACF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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