#ACFAFF

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

Shades of Pale Turquoise #ACFAFF

Tints of Pale Turquoise #ACFAFF

Color information

#ACFAFF (or 0xACFAFF) is unknown color: approx Pale Turquoise. HEX triplet: AC, FA and FF. RGB value is (172,250,255). Sum of RGB (Red+Green+Blue) = 172+250+255=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAFF is #530500. Grayscale: #E3E3E3. Windows color (decimal): -5440769 or 16775852. OLE color: 16775852.

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

Color convert

RGB172250255-
CMYK0.330.0200
HSL183.61º100%83.73%-
HSV(B)183.61º32.55%100%-
XYZ69.2584.36107.24-
YUV227.25143.6688.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.41%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 255 (100% from 255) = 37.67%
R=25.41%
G=36.93%
B=37.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722502550.330.0200183.6110083.73
HexACFAFF21200b86454
Octal25437237741200270144124
Binary10101100111110101111111110000110001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAFF; }

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

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

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

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

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

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

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

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