Html Css Color HEX #ACFFED Pale Turquoise

📋 copy color: '#ACFFED'

red 172 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #ACFFED

Tints of Pale Turquoise #ACFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 38.4%

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

R = 25.9%
G = 38.4%
B = 35.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#ACFFED (or 0xACFFED) is known color: Pale Turquoise. HEX triplet: AC, FF and ED. RGB value is (172,255,237). Sum of RGB (Red+Green+Blue) = 172+255+237=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFED is #530012. Grayscale: #E4E4E4. Windows color (decimal): -5439507 or 15597484. OLE color: 15597484.

HSL color Cylindrical-coordinate representation of color #ACFFED: hue angle of 166.99º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFED is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 237 -
CMYK 0.33 0 0.07 0
HSL 166.99º 1% 0.84% -
HSV(B) 166.99º 0.33% 1% -
XYZ 68.06 86.41 93.21 -
YUV 228.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 172 255 237 0.33 0 0.07 0 166.99 1 0.84
Hex AC FF ED 21 0 7 0 A7 64 54
Octal 254 377 355 41 0 7 0 247 144 124
Binary 10101100 11111111 11101101 100001 0 111 0 10100111 1100100 1010100

Color Harmonies of #ACFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFED

Black with #ACFFED

Text Example


Text Example

White with #ACFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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