#ACF1F1

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

Shades of Pale Turquoise #ACF1F1

Tints of Pale Turquoise #ACF1F1

Color information

#ACF1F1 (or 0xACF1F1) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and F1. RGB value is (172,241,241). Sum of RGB (Red+Green+Blue) = 172+241+241=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #ACF1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F1 is #530E0E. Grayscale: #DCDCDC. Windows color (decimal): -5443087 or 15856044. OLE color: 15856044.

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

Color convert

RGB172241241-
CMYK0.29000.05
HSL180º71.13%80.98%-
HSV(B)180º28.63%94.51%-
XYZ64.3578.0394.89-
YUV220.37139.6493.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=26.30%
G=36.85%
B=36.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412410.29000.0518071.1380.98
HexACF1F11D005b44751
Octal25436136135005264107121
Binary10101100111100011111000111101001011011010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1F1; }

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

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

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

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

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

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

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

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