#ACF1EF

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

Shades of Pale Turquoise #ACF1EF

Tints of Pale Turquoise #ACF1EF

Color information

#ACF1EF (or 0xACF1EF) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and EF. RGB value is (172,241,239). Sum of RGB (Red+Green+Blue) = 172+241+239=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EF is #530E10. Grayscale: #DCDCDC. Windows color (decimal): -5443089 or 15724972. OLE color: 15724972.

HSL color Cylindrical-coordinate representation of color #ACF1EF: hue angle of 178.26º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1EF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB172241239-
CMYK0.2900.010.05
HSL178.26º71.13%80.98%-
HSV(B)178.26º28.63%94.51%-
XYZ64.0577.9193.32-
YUV220.14138.6493.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=26.38%
G=36.96%
B=36.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412390.2900.010.05178.2671.1380.98
HexACF1EF1D015b24751
Octal25436135735015262107121
Binary10101100111100011110111111101011011011001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1EF; }

 p { color: rgb(172,241,239); }

 H1.HeaderClassName
 {
   color: #ACF1EF;
 }
 .AnyTagClassName
 {
   color: #ACF1EF;
 }
</style>
background-color css

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

 a { background-color: rgb(172,241,239); }

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

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

 span { border-color: rgb(172,241,239); }

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