#ACFEFF

Color #ACFEFF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #ACFEFF

Tints of Pale Turquoise #ACFEFF

Color information

#ACFEFF (or 0xACFEFF) is unknown color: approx 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

RGB172254255-
CMYK0.330.0000
HSL180.72º100%83.73%-
HSV(B)180.72º32.55%100%-
XYZ70.5186.87107.66-
YUV229.6142.3386.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.26%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 255 (100% from 255) = 37.44%
R=25.26%
G=37.30%
B=37.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722542550.330.0000180.7210083.73
HexACFEFF21000b56454
Octal25437637741000265144124
Binary1010110011111110111111111000010001011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>