#ACF1F8

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

Shades of Pale Turquoise #ACF1F8

Tints of Pale Turquoise #ACF1F8

Color information

#ACF1F8 (or 0xACF1F8) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and F8. RGB value is (172,241,248). Sum of RGB (Red+Green+Blue) = 172+241+248=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACF1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F8 is #530E07. Grayscale: #DDDDDD. Windows color (decimal): -5443080 or 16314796. OLE color: 16314796.

HSL color Cylindrical-coordinate representation of color #ACF1F8: hue angle of 185.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF1F8 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172241248-
CMYK0.310.0300.03
HSL185.53º84.44%82.35%-
HSV(B)185.53º30.65%97.25%-
XYZ65.4178.46100.5-
YUV221.17143.1492.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.02%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 248 (97.27% from 255) = 37.52%
R=26.02%
G=36.46%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722412480.310.0300.03185.5384.4482.35
HexACF1F81F303ba5452
Octal25436137037303272124122
Binary10101100111100011111100011111110111011101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1F8; }

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

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

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

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

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

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

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

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