Html Css Color HEX #ACFEFF Pale Turquoise

📋 copy color: '#ACFEFF'

red 172 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #ACFEFF

Tints of Pale Turquoise #ACFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.3%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 25.26%
G = 37.3%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACFEFF (or 0xACFEFF) is known color: Pale Turquoise. HEX triplet: AC, FE and FF. RGB value is (172,254,255). Sum of RGB (Red+Green+Blue) = 172+254+255=681 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.26% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFF is #530100. Grayscale: #E5E5E5. Windows color (decimal): -5439745 or 16776876. OLE color: 16776876.

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

Color convert

RGB 172 254 255 -
CMYK 0.33 0.00 0 0
HSL 180.72º 1% 0.84% -
HSV(B) 180.72º 0.33% 1% -
XYZ 70.51 86.87 107.66 -
YUV 229.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 172 254 255 0.33 0.00 0 0 180.72 1 0.84
Hex AC FE FF 21 0 0 0 B5 64 54
Octal 254 376 377 41 0 0 0 265 144 124
Binary 10101100 11111110 11111111 100001 0 0 0 10110101 1100100 1010100

Color Harmonies of #ACFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEFF

Black with #ACFEFF

Text Example


Text Example

White with #ACFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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