#ACF3F0

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

Shades of Pale Turquoise #ACF3F0

Tints of Pale Turquoise #ACF3F0

Color information

#ACF3F0 (or 0xACF3F0) is unknown color: approx Pale Turquoise. HEX triplet: AC, F3 and F0. RGB value is (172,243,240). Sum of RGB (Red+Green+Blue) = 172+243+240=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3F0 is #530C0F. Grayscale: #DDDDDD. Windows color (decimal): -5442576 or 15791020. OLE color: 15791020.

HSL color Cylindrical-coordinate representation of color #ACF3F0: hue angle of 177.46º degrees, saturation: 0.75, 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 #ACF3F0 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB172243240-
CMYK0.2900.010.05
HSL177.46º74.74%81.37%-
HSV(B)177.46º29.22%95.29%-
XYZ64.7979.1694.3-
YUV221.43138.4892.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=26.26%
G=37.10%
B=36.64%

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
Decimal1722432400.2900.010.05177.4674.7481.37
HexACF3F01D015b14b51
Octal25436336035015261113121
Binary10101100111100111111000011101011011011000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3F0; }

 p { color: rgb(172,243,240); }

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

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

 a { background-color: rgb(172,243,240); }

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

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

 span { border-color: rgb(172,243,240); }

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