Html Css Color HEX #ACFCED Pale Turquoise

📋 copy color: '#ACFCED'

red 172 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #ACFCED

Tints of Pale Turquoise #ACFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.12%

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

R = 26.02%
G = 38.12%
B = 35.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#ACFCED (or 0xACFCED) is known color: Pale Turquoise. HEX triplet: AC, FC and ED. RGB value is (172,252,237). Sum of RGB (Red+Green+Blue) = 172+252+237=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCED is #530312. Grayscale: #E2E2E2. Windows color (decimal): -5440275 or 15596716. OLE color: 15596716.

HSL color Cylindrical-coordinate representation of color #ACFCED: hue angle of 168.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCED is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 237 -
CMYK 0.32 0 0.06 0.01
HSL 168.75º 0.93% 0.83% -
HSV(B) 168.75º 0.32% 0.99% -
XYZ 67.11 84.51 92.89 -
YUV 226.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 172 252 237 0.32 0 0.06 0.01 168.75 0.93 0.83
Hex AC FC ED 20 0 6 1 A9 5D 53
Octal 254 374 355 40 0 6 1 251 135 123
Binary 10101100 11111100 11101101 100000 0 110 1 10101001 1011101 1010011

Color Harmonies of #ACFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCED

Black with #ACFCED

Text Example


Text Example

White with #ACFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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