#ACF4FF

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

Shades of Pale Turquoise #ACF4FF

Tints of Pale Turquoise #ACF4FF

Color information

#ACF4FF (or 0xACF4FF) is unknown color: approx Pale Turquoise. HEX triplet: AC, F4 and FF. RGB value is (172,244,255). Sum of RGB (Red+Green+Blue) = 172+244+255=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FF is #530B00. Grayscale: #DFDFDF. Windows color (decimal): -5442305 or 16774316. OLE color: 16774316.

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

Color convert

RGB172244255-
CMYK0.330.0400
HSL187.95º100%83.73%-
HSV(B)187.95º32.55%100%-
XYZ67.4180.69106.63-
YUV223.73145.6591.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.63%
GREEN value IS 244 (95.70% from 255) = 36.36%
BLUE value IS 255 (100% from 255) = 38.00%
R=25.63%
G=36.36%
B=38.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722442550.330.0400187.9510083.73
HexACF4FF21400bc6454
Octal25436437741400274144124
Binary101011001111010011111111100001100001011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4FF; }

 p { color: rgb(172,244,255); }

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

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

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

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

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

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

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