Html Css Color HEX #ACF0ED Pale Turquoise

📋 copy color: '#ACF0ED'

red 172 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #ACF0ED

Tints of Pale Turquoise #ACF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.98%

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

R = 26.5%
G = 36.98%
B = 36.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#ACF0ED (or 0xACF0ED) is known color: Pale Turquoise. HEX triplet: AC, F0 and ED. RGB value is (172,240,237). Sum of RGB (Red+Green+Blue) = 172+240+237=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0ED is #530F12. Grayscale: #DBDBDB. Windows color (decimal): -5443347 or 15593644. OLE color: 15593644.

HSL color Cylindrical-coordinate representation of color #ACF0ED: hue angle of 177.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0ED is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 237 -
CMYK 0.28 0 0.01 0.06
HSL 177.35º 0.69% 0.81% -
HSV(B) 177.35º 0.28% 0.94% -
XYZ 63.46 77.21 91.68 -
YUV 219.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 172 240 237 0.28 0 0.01 0.06 177.35 0.69 0.81
Hex AC F0 ED 1C 0 1 6 B1 45 51
Octal 254 360 355 34 0 1 6 261 105 121
Binary 10101100 11110000 11101101 11100 0 1 110 10110001 1000101 1010001

Color Harmonies of #ACF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0ED

Black with #ACF0ED

Text Example


Text Example

White with #ACF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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