#ACF5FE

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

Shades of Pale Turquoise #ACF5FE

Tints of Pale Turquoise #ACF5FE

Color information

#ACF5FE (or 0xACF5FE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F5 and FE. RGB value is (172,245,254). Sum of RGB (Red+Green+Blue) = 172+245+254=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FE is #530A01. Grayscale: #E0E0E0. Windows color (decimal): -5442050 or 16709036. OLE color: 16709036.

HSL color Cylindrical-coordinate representation of color #ACF5FE: hue angle of 186.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF5FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172245254-
CMYK0.320.0400.00
HSL186.59º97.62%83.53%-
HSV(B)186.59º32.28%99.61%-
XYZ67.5681.23105.88-
YUV224.2144.8290.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.63%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=25.63%
G=36.51%
B=37.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722452540.320.0400.00186.5997.6283.53
HexACF5FE20400bb6254
Octal25436537640400273142124
Binary101011001111010111111110100000100001011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5FE; }

 p { color: rgb(172,245,254); }

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

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

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

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

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

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

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