#ACF8FD

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

Shades of Pale Turquoise #ACF8FD

Tints of Pale Turquoise #ACF8FD

Color information

#ACF8FD (or 0xACF8FD) is unknown color: approx Pale Turquoise. HEX triplet: AC, F8 and FD. RGB value is (172,248,253). Sum of RGB (Red+Green+Blue) = 172+248+253=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8FD is #530702. Grayscale: #E1E1E1. Windows color (decimal): -5441283 or 16644268. OLE color: 16644268.

HSL color Cylindrical-coordinate representation of color #ACF8FD: hue angle of 183.7º degrees, saturation: 0.95, 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 #ACF8FD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172248253-
CMYK0.320.0200.01
HSL183.7º95.29%83.33%-
HSV(B)183.7º32.02%99.22%-
XYZ68.3183105.35-
YUV225.85143.3289.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.56%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=25.56%
G=36.85%
B=37.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722482530.320.0200.01183.795.2983.33
HexACF8FD20201b85f53
Octal25437037540201270137123
Binary10101100111110001111110110000010011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8FD; }

 p { color: rgb(172,248,253); }

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

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

 a { background-color: rgb(172,248,253); }

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

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

 span { border-color: rgb(172,248,253); }

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