#ACF9FD

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

Shades of Pale Turquoise #ACF9FD

Tints of Pale Turquoise #ACF9FD

Color information

#ACF9FD (or 0xACF9FD) is unknown color: approx Pale Turquoise. HEX triplet: AC, F9 and FD. RGB value is (172,249,253). Sum of RGB (Red+Green+Blue) = 172+249+253=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FD is #530602. Grayscale: #E2E2E2. Windows color (decimal): -5441027 or 16644524. OLE color: 16644524.

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

Color convert

RGB172249253-
CMYK0.320.0200.01
HSL182.96º95.29%83.33%-
HSV(B)182.96º32.02%99.22%-
XYZ68.6283.61105.45-
YUV226.43142.9989.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.52%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=25.52%
G=36.94%
B=37.54%

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
Decimal1722492530.320.0200.01182.9695.2983.33
HexACF9FD20201b75f53
Octal25437137540201267137123
Binary10101100111110011111110110000010011011011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9FD; }

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

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

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

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

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

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

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

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